4 instantiations of SignedCms
Microsoft.DotNet.SignCheckLibrary (3)
Verification\AuthentiCode.cs (3)
196var signedCms = new SignedCms(); 260SignedCms nestedSignatureMessage = new SignedCms(); 284SignedCms rfc3161Message = new SignedCms();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
318SignedCms cms = new SignedCms();
17 references to SignedCms
Microsoft.DotNet.SignCheckLibrary (7)
Verification\AuthentiCode.cs (7)
129SignedCms signedCms = ReadSecurityInfo(path); 158SignedCms signedCms = ReadSecurityInfo(path); 167private static SignedCms ReadSecurityInfo(string path) 196var signedCms = new SignedCms(); 217private static IEnumerable<Timestamp> ExtractTimestamps(SignedCms signedCms) 260SignedCms nestedSignatureMessage = new SignedCms(); 284SignedCms rfc3161Message = new SignedCms();
System.Security (1)
System.Security.cs (1)
28[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.SignedCms))]
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
439SignedCms tokenCms = token.AsSignedCms();
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (4)
18private SignedCms _parsedDocument = null!; // Initialized by object initializer 37/// The value from calling <see cref="SignedCms.Encode"/> can be interpreted again as an 40public SignedCms AsSignedCms() => _parsedDocument; 318SignedCms cms = new SignedCms();
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
32private readonly SignedCms _document; 38internal SignerInfo(ref SignerInfoAsn parsedData, SignedCms ownerDocument) 590ReadOnlyMemory<byte> hashableContent = SignedCms.GetContent(
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
28internal SignerInfoCollection(SignerInfoAsn[] signedDataSignerInfos, SignedCms ownerDocument)