ExtendedProtectionPolicyElement::PolicyEnforcement Property

 

Gets or sets the policy enforcement value for this configuration policy element.

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

public:
[ConfigurationPropertyAttribute("policyEnforcement")]
property PolicyEnforcement PolicyEnforcement {
	PolicyEnforcement get();
	void set(PolicyEnforcement value);
}

Property Value

Type: System.Security.Authentication.ExtendedProtection::PolicyEnforcement

Returns a PolicyEnforcement value that indicates when the extended protection policy should be enforced.

This value is an PolicyEnforcement value.

.NET Framework
Available since 2.0
Return to top
Show: