SignedData public class SignedData : Asn1Encodable Documentation Code public Asn1Set Certificates { get; } public ContentInfo ContentInfo { get; } public Asn1Set Crls { get; } public Asn1Set DigestAlgorithms { get; } public Asn1Set SignerInfos { get; } public DerInteger Version { get; } public SignedData(DerInteger _version, Asn1Set _digestAlgorithms, ContentInfo _contentInfo, Asn1Set _certificates, Asn1Set _crls, Asn1Set _signerInfos) public static SignedData GetInstance(object obj)