4 references to CheckSignature
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
144signerInfo.CheckSignature(signedCms.Certificates, true);
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
285signer.CheckSignature(new X509Certificate2Collection(tsaCertificate), true);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
640signer.CheckSignature(extraStore, verifySignatureOnly);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
453CheckSignature(new X509Certificate2Collection(), verifySignatureOnly);