RecipientInfo public class RecipientInfo : Asn1Encodable, IAsn1Choice Documentation Code public Asn1Encodable Info { get; } public bool IsTagged { get; } public DerInteger Version { get; } public RecipientInfo(KeyTransRecipientInfo info) public RecipientInfo(KeyAgreeRecipientInfo info) public RecipientInfo(KekRecipientInfo info) public RecipientInfo(PasswordRecipientInfo info) public RecipientInfo(OtherRecipientInfo info) public RecipientInfo(Asn1Object info) public static RecipientInfo GetInstance(object o) public static RecipientInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static RecipientInfo GetOptional(Asn1Encodable element) public static RecipientInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)