3 references to Certificates
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
467
if (tokenCms.
Certificates
.Count != 0)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
571
var certs = new HashSet<X509Certificate2>(
Certificates
.OfType<X509Certificate2>());
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
489
return FindSignerCertificate(SignerIdentifier, _document.
Certificates
);