5 references to Certificates
Microsoft.DotNet.SignCheckLibrary (2)
Verification\AuthentiCode.cs (2)
144
signerInfo.CheckSignature(signedCms.
Certificates
, true);
145
signedCms.CheckSignature(signedCms.
Certificates
, true);
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
464
if (tokenCms.
Certificates
.Count != 0)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
564
var certs = new HashSet<X509Certificate2>(
Certificates
.OfType<X509Certificate2>());
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
501
return FindSignerCertificate(SignerIdentifier, _document.
Certificates
);