4 writes to dwFlags
System (4)
net\System\Net\_SecureChannel.cs (2)
1275cppStruct.dwFlags = 0; 1283cppStruct.dwFlags |= (int) (IgnoreCertProblem.none & ~IgnoreCertProblem.invalid_name);
net\System\Net\Internal.cs (2)
2080cppStruct.dwFlags = 0; 2105cppStruct.dwFlags |= ignoreErrorMask;
1 reference to dwFlags
System (1)
net\System\Net\Internal.cs (1)
2012GlobalLog.Enter("PolicyWrapper::VerifyChainPolicy", "chainContext="+ chainContext + ", options="+String.Format("0x{0:x}", cpp.dwFlags));