7 references to OSSupportsExtendedProtection
System (7)
net\System\Net\HttpListener.cs (4)
425
if (!AuthenticationManager.
OSSupportsExtendedProtection
) {
461
if (!AuthenticationManager.
OSSupportsExtendedProtection
&& value.PolicyEnforcement == PolicyEnforcement.Always)
2038
if (!AuthenticationManager.
OSSupportsExtendedProtection
)
2089
if (!AuthenticationManager.
OSSupportsExtendedProtection
)
net\System\Net\SecureProtocols\_NegoState.cs (2)
98
if (!AuthenticationManager.
OSSupportsExtendedProtection
)
461
if (!AuthenticationManager.
OSSupportsExtendedProtection
)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
168
return AuthenticationManager.
OSSupportsExtendedProtection
;