GetInstance() public static méthode

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : RecipientEncryptedKey
obj Asn1TaggedObject
isExplicit bool
Résultat RecipientEncryptedKey
Exemple #1
0
 public static RecipientEncryptedKey GetInstance(Asn1TaggedObject obj, bool isExplicit)
 {
     return(RecipientEncryptedKey.GetInstance(Asn1Sequence.GetInstance(obj, isExplicit)));
 }