PolicyEnforcement Enumeration
.NET Framework (current version)
The PolicyEnforcement enumeration specifies when the ExtendedProtectionPolicy should be enforced.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Always | The ExtendedProtectionPolicy is always enforced. Clients that don’t support extended protection will fail to authenticate. | |
| 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show: