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