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

SignedData

public class SignedData : Asn1Encodable
public Asn1Set Certificates { get; }

public Asn1Set CRLs { get; }

public Asn1Set DigestAlgorithms { get; }

public ContentInfo EncapContentInfo { get; }

public Asn1Set SignerInfos { get; }

public DerInteger Version { get; }

public SignedData(Asn1Set digestAlgorithms, ContentInfo contentInfo, Asn1Set certificates, Asn1Set crls, Asn1Set signerInfos)

public static SignedData GetInstance(object obj)

public static SignedData GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static SignedData GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)