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

PasswordRecipientInfo

public Asn1OctetString EncryptedKey { get; }

public DerInteger Version { get; }

public PasswordRecipientInfo(AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey)

public PasswordRecipientInfo(AlgorithmIdentifier keyDerivationAlgorithm, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1OctetString encryptedKey)

public static PasswordRecipientInfo GetInstance(object obj)

public static PasswordRecipientInfo GetInstance(Asn1TaggedObject obj, bool explicitly)