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