KeyAgreeRecipientInfo public class KeyAgreeRecipientInfo : Asn1Encodable Documentation Code public AlgorithmIdentifier KeyEncryptionAlgorithm { get; } public OriginatorIdentifierOrKey Originator { get; } public Asn1Sequence RecipientEncryptedKeys { get; } public Asn1OctetString UserKeyingMaterial { get; } public DerInteger Version { get; } public KeyAgreeRecipientInfo(OriginatorIdentifierOrKey originator, Asn1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1Sequence recipientEncryptedKeys) public KeyAgreeRecipientInfo(Asn1Sequence seq) public static KeyAgreeRecipientInfo GetInstance(object obj) public static KeyAgreeRecipientInfo GetInstance(Asn1TaggedObject obj, bool explicitly) public static KeyAgreeRecipientInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)