Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PolicyEnforcement Enumeration

 

The PolicyEnforcement enumeration specifies when the ExtendedProtectionPolicy should be enforced.

Namespace:   System.Security.Authentication.ExtendedProtection
Assembly:  System (in System.dll)

public enum class PolicyEnforcement

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft