ExtendedProtectionPolicy.OSSupportsExtendedProtection 属性

定义

指示操作系统是否支持带扩展保护的集成 Windows 身份验证。Indicates whether the operating system supports integrated windows authentication with extended protection.

public:
 static property bool OSSupportsExtendedProtection { bool get(); };
public static bool OSSupportsExtendedProtection { get; }
member this.OSSupportsExtendedProtection : bool
Public Shared ReadOnly Property OSSupportsExtendedProtection As Boolean

属性值

Boolean

如果操作系统支持带扩展保护的集成 Windows 身份验证,则为 true;否则为 falsetrue if the operating system supports integrated windows authentication with extended protection, otherwise false.

注解

支持扩展保护的更改当前适用于 Windows 7 和 Windows Server 2008 R2 上的应用程序。The changes to support extended protection are currently available for applications on Windows 7 and Windows Server 2008 R2. 扩展保护功能将作为 Windows Vista 和 Windows Server 2008 的更新提供。The extended protection features will be made available as updates for Windows Vista and Windows Server 2008. 扩展保护功能不可用于 Windows 的早期版本。The extended protection features are not available on earlier versions of Windows.

适用于