Implemented interface member:
method
Verify
System.Security.Cryptography.X509Certificates.IChainPal.Verify(System.Security.Cryptography.X509Certificates.X509VerificationFlags, out System.Exception)
1 reference to Verify
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
462bool? verified = chainPal.Verify(X509VerificationFlags.NoFlag, out verificationException);