3 references to IgnoreNotTimeValid
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
231
chainPolicy.VerificationFlags |= X509VerificationFlags.
IgnoreNotTimeValid
;
Microsoft.DotNet.SignCheckLibrary (1)
Verification\VsixVerifier.cs (1)
173
certChain.ChainPolicy.VerificationFlags |= X509VerificationFlags.
IgnoreNotTimeValid
;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\UnixChainVerifier.cs (1)
104
return X509VerificationFlags.
IgnoreNotTimeValid
;