3 references to CheckCertificateName
System (3)
net\System\Net\_TLSstream.cs (1)
474
ServicePointManager.
CheckCertificateName
);
net\System\Net\Internal.cs (2)
2086
if (ServicePointManager.
CheckCertificateName
){
2106
if ((CertificateProblem)status == CertificateProblem.CertCN_NO_MATCH && ServicePointManager.
CheckCertificateName
) {