<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />

KeyTransRecipientInfo

public Asn1OctetString EncryptedKey { get; }

public DerInteger Version { get; }

public KeyTransRecipientInfo(RecipientIdentifier rid, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey)

public static KeyTransRecipientInfo GetInstance(object obj)

public static KeyTransRecipientInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static KeyTransRecipientInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)