This documentation is archived and is not being maintained.
PolicyEnforcement Enumeration
Visual Studio 2010
The PolicyEnforcement enumeration specifies when the ExtendedProtectionPolicy should be enforced.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Never | The ExtendedProtectionPolicy is never enforced and extended protection is disabled. | |
| WhenSupported | The ExtendedProtectionPolicy is enforced only if the client and server supports extended protection. | |
| Always | The ExtendedProtectionPolicy is always enforced. Clients that don’t support extended protection will fail to authenticate. |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: