<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />

RecipientInfo

public Asn1Encodable Info { get; }

public bool IsTagged { get; }

public DerInteger Version { get; }

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)