Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​IdentityServerLicense
Assembly: Duende.IdentityServer
Inheritance: object → License → IdentityServerLicense
Models the license for IdentityServer.
Properties
public
int?
ClientLimit
The client limit
public
int?
IssuerLimit
The issuer limit
public
bool
KeyManagementFeature
Automatic key management
public
bool
ParFeature
PAR
public
bool
ResourceIsolationFeature
Resource isolation
public
bool
DynamicProvidersFeature
Dynamic providers
public
bool
RedistributionFeature
Redistribution
public
bool
CibaFeature
CIBA
public
bool
ServerSideSessionsFeature
Server-side sessions
public
bool
DPoPFeature
DPoP
public
int
SerialNumber
The serial number
public
string
CompanyName
The company name
public
string
ContactInfo
The company contact info
public
System.​DateTime?
Expiration
The license expiration
public
LicenseEdition
Edition
The license edition
public
string
Extras
Extras
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object