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