RevocationSetting Enumeration

 

Specifies the type of validation that should occur for the signing certificate when signatures are processed.

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

Syntax

public enum RevocationSetting
public enum class RevocationSetting
type RevocationSetting
Public Enumeration RevocationSetting

Members

Member name Description
CheckChain

CheckChain

CheckChainCacheOnly

CheckChainCacheOnly

CheckChainExcludeRoot

CheckChainExcludeRoot

CheckChainExcludeRootCacheOnly

CheckChainExcludeRootCacheOnly

CheckEndCert

CheckEndCert

CheckEndCertCacheOnly

CheckEndCertCacheOnly

None

None

See Also

Microsoft.IdentityServer.PolicyModel.Configuration Namespace

Return to top