ProtectionPolicySetting Enumeration

 

Specifies when ExtendedProtection should be enforced.

Namespace:   Microsoft.IdentityServer.PolicyModel.Configuration
Assembly:  Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)

Syntax

public enum ProtectionPolicySetting
public enum class ProtectionPolicySetting
type ProtectionPolicySetting
Public Enumeration ProtectionPolicySetting

Members

Member name Description
Allow

Enforce ExtendedProtection when supported.

None

Never enforce ExtendedProtection.

Require

Always enforce ExtendedProtection.

See Also

Microsoft.IdentityServer.PolicyModel.Configuration Namespace

Return to top