1 instantiation of SignedCms
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
324
SignedCms cms = new
SignedCms
();
10 references to 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)
442
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;
324
SignedCms
cms = new SignedCms();
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
31
private readonly
SignedCms
_document;
37
internal SignerInfo(ref SignerInfoAsn parsedData,
SignedCms
ownerDocument)
578
ReadOnlyMemory<byte> hashableContent =
SignedCms
.GetContent(
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
27
internal SignerInfoCollection(SignerInfoAsn[] signedDataSignerInfos,
SignedCms
ownerDocument)