ProtectionPolicySetting Enumeration

 

Specifies when ExtendedProtection should be enforced.

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

public enum class ProtectionPolicySetting

Member nameDescription
Allow

Enforce ExtendedProtection when supported.

None

Never enforce ExtendedProtection.

Require

Always enforce ExtendedProtection.

Return to top

Community Additions

ADD
Show: