3 writes to s_SspSupportsExtendedProtection
System (3)
net\System\Net\_AuthenticationManagerBase.cs (3)
111
s_SspSupportsExtendedProtection
= TriState.True;
140
s_SspSupportsExtendedProtection
= TriState.True;
145
s_SspSupportsExtendedProtection
= TriState.False;
2 references to s_SspSupportsExtendedProtection
System (2)
net\System\Net\_AuthenticationManagerBase.cs (2)
107
if (
s_SspSupportsExtendedProtection
== TriState.Unspecified)
160
return (
s_SspSupportsExtendedProtection
== TriState.True);