12 references to IgnoreCertProblem
System (12)
net\System\Net\_SecureChannel.cs (2)
1283cppStruct.dwFlags |= (int) (IgnoreCertProblem.none & ~IgnoreCertProblem.invalid_name);
net\System\Net\Internal.cs (10)
2030private static IgnoreCertProblem MapErrorCode(uint errorCode) { 2035return IgnoreCertProblem.invalid_name; 2039return IgnoreCertProblem.invalid_policy; 2042return IgnoreCertProblem.not_time_valid | IgnoreCertProblem.ctl_not_time_valid; 2045return IgnoreCertProblem.not_time_nested; 2050return IgnoreCertProblem.allow_unknown_ca; 2056return IgnoreCertProblem.all_rev_unknown; 2060return IgnoreCertProblem.invalid_basic_constraints; 2063return IgnoreCertProblem.wrong_usage;