4 references to RemoteCertificateNameMismatch
System (4)
net\System\Net\_SecureChannel.cs (3)
1288
sslPolicyErrors |= SslPolicyErrors.
RemoteCertificateNameMismatch
;
1347
case SslPolicyErrors.
RemoteCertificateNameMismatch
:
1451
if ((sslPolicyErrors & SslPolicyErrors.
RemoteCertificateNameMismatch
) != 0)
net\System\Net\Internal.cs (1)
2126
(sslPolicyErrors & SslPolicyErrors.
RemoteCertificateNameMismatch
) != 0)