The System.Security.Authentication.ExtendedProtection.PolicyEnforcement enumeration specifies when the System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy should be enforced.
Member Name | Description |
---|---|
Always |
The System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy is always enforced. Clients that don’t support extended protection will fail to authenticate. |
Never |
The System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy is never enforced and extended protection is disabled. |
WhenSupported |
The System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy is enforced only if the client and server supports extended protection. |