GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : OtherRecipientInfo
obj Asn1TaggedObject
explicitly bool
return OtherRecipientInfo
 public static OtherRecipientInfo GetInstance(Asn1TaggedObject obj, bool explicitly)
 {
     return(OtherRecipientInfo.GetInstance(Asn1Sequence.GetInstance(obj, explicitly)));
 }