4 writes to CheckCertName
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
64CheckCertName = !(sslClientAuthenticationOptions.CertificateChainPolicy?.VerificationFlags.HasFlag(X509VerificationFlags.IgnoreInvalidName) == true); 96CheckCertName = false; 230CheckCertName = CheckCertName, 266CheckCertName = other.CheckCertName;
3 references to CheckCertName
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (2)
230CheckCertName = CheckCertName, 266CheckCertName = other.CheckCertName;
System\Net\Security\SslStream.Protocol.cs (1)
1279sslAuthenticationOptions.CheckCertName,