PolicyEnforcement Enum

Definition

The PolicyEnforcement enumeration specifies when the ExtendedProtectionPolicy should be enforced.

public enum PolicyEnforcement
Inheritance
PolicyEnforcement

Fields

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.