4 writes to s_OSSupportsExtendedProtection
System (4)
net\System\Net\_AuthenticationManagerBase.cs (4)
71
s_OSSupportsExtendedProtection
= TriState.True;
82
s_OSSupportsExtendedProtection
= TriState.True;
86
s_OSSupportsExtendedProtection
= TriState.False;
91
s_OSSupportsExtendedProtection
= TriState.False;
2 references to s_OSSupportsExtendedProtection
System (2)
net\System\Net\_AuthenticationManagerBase.cs (2)
67
if (
s_OSSupportsExtendedProtection
== TriState.Unspecified)
96
return (
s_OSSupportsExtendedProtection
== TriState.True);