Table of Contents

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

bool

ClientLimit

The client limit

public int? ClientLimit { get; set; }

Property Value

int?

DPoPFeature

DPoP

public bool DPoPFeature { get; set; }

Property Value

bool

DynamicProvidersFeature

Dynamic providers

public bool DynamicProvidersFeature { get; set; }

Property Value

bool

IssuerLimit

The issuer limit

public int? IssuerLimit { get; set; }

Property Value

int?

KeyManagementFeature

Automatic key management

public bool KeyManagementFeature { get; set; }

Property Value

bool

ParFeature

PAR

public bool ParFeature { get; set; }

Property Value

bool

RedistributionFeature

Redistribution

public bool RedistributionFeature { get; set; }

Property Value

bool

ResourceIsolationFeature

Resource isolation

public bool ResourceIsolationFeature { get; set; }

Property Value

bool

ServerSideSessionsFeature

Server-side sessions

public bool ServerSideSessionsFeature { get; set; }

Property Value

bool