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