2 references to AllowUnknownCertificateAuthority
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
213chainPolicy.VerificationFlags |= X509VerificationFlags.AllowUnknownCertificateAuthority;
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\UnixChainVerifier.cs (1)
97return X509VerificationFlags.AllowUnknownCertificateAuthority;