ExtendedProtectionPolicy.OSSupportsExtendedProtection Property

Definition

Indicates whether the operating system supports integrated windows authentication with extended protection.

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

Property Value

true if the operating system supports integrated windows authentication with extended protection, otherwise false.

Remarks

The changes to support extended protection are currently available for applications on Windows 7 and Windows Server 2008 R2. The extended protection features will be made available as updates for Windows Vista and Windows Server 2008. The extended protection features are not available on earlier versions of Windows.

Applies to

See also