3 references to CertCN_NO_MATCH
System (3)
net\System\Net\_SecureChannel.cs (1)
1287
if ((CertificateProblem) status == CertificateProblem.
CertCN_NO_MATCH
)
net\System\Net\Internal.cs (2)
2034
case CertificateProblem.
CertCN_NO_MATCH
:
2106
if ((CertificateProblem)status == CertificateProblem.
CertCN_NO_MATCH
&& ServicePointManager.CheckCertificateName) {