Class License
- Namespace
- Duende
- Assembly
- Duende.IdentityServer.dll
Models the license for IdentityServer.
public abstract class License
- Inheritance
-
License
- Derived
- Inherited Members
Constructors
License()
Ctor
protected License()
Properties
CompanyName
The company name
public string CompanyName { get; set; }
Property Value
ContactInfo
The company contact info
public string ContactInfo { get; set; }
Property Value
Edition
The license edition
public License.LicenseEdition Edition { get; set; }
Property Value
Expiration
The license expiration
public DateTime? Expiration { get; set; }
Property Value
Extras
Extras
public string Extras { get; set; }
Property Value
SerialNumber
The serial number
public int SerialNumber { get; set; }
Property Value
Methods
ToString()
public override string ToString()