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