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.​License
Assembly: Duende.IdentityServer
Inheritance: object → License
Models the license for IdentityServer.
Properties
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
string
ToString​()
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