Class IdentityServerLicense
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
Models the license for IdentityServer.
public class IdentityServerLicense : License
- Inheritance
-
IdentityServerLicense
- Inherited Members
Constructors
IdentityServerLicense()
Ctor
public IdentityServerLicense()
Properties
CibaFeature
CIBA
public bool CibaFeature { get; set; }
Property Value
ClientLimit
The client limit
public int? ClientLimit { get; set; }
Property Value
- int?
DPoPFeature
DPoP
public bool DPoPFeature { get; set; }
Property Value
DynamicProvidersFeature
Dynamic providers
public bool DynamicProvidersFeature { get; set; }
Property Value
IssuerLimit
The issuer limit
public int? IssuerLimit { get; set; }
Property Value
- int?
KeyManagementFeature
Automatic key management
public bool KeyManagementFeature { get; set; }
Property Value
ParFeature
PAR
public bool ParFeature { get; set; }
Property Value
RedistributionFeature
Redistribution
public bool RedistributionFeature { get; set; }
Property Value
ResourceIsolationFeature
Resource isolation
public bool ResourceIsolationFeature { get; set; }
Property Value
ServerSideSessionsFeature
Server-side sessions
public bool ServerSideSessionsFeature { get; set; }