Table of Contents

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

string

ContactInfo

The company contact info

public string ContactInfo { get; set; }

Property Value

string

Edition

The license edition

public License.LicenseEdition Edition { get; set; }

Property Value

License.LicenseEdition

Expiration

The license expiration

public DateTime? Expiration { get; set; }

Property Value

DateTime?

Extras

Extras

public string Extras { get; set; }

Property Value

string

SerialNumber

The serial number

public int SerialNumber { get; set; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string