RecipientEncryptedKey public class RecipientEncryptedKey : Asn1Encodable Documentation Code public Asn1OctetString EncryptedKey { get; } public KeyAgreeRecipientIdentifier Identifier { get; } public RecipientEncryptedKey(KeyAgreeRecipientIdentifier id, Asn1OctetString encryptedKey) public static RecipientEncryptedKey GetInstance(object obj) public static RecipientEncryptedKey GetInstance(Asn1TaggedObject obj, bool isExplicit)