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