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.​Licensing.​LicenseInformation
Assembly: Duende.IdentityServer
Inheritance: object → LicenseInformation
Exposes license metadata for display in UI templates and diagnostics.
Properties
public
string
CompanyName
The company name from the license.
public
string
ContactInfo
The company contact info.
public
int?
SerialNumber
The license serial number.
IssuedAt
When the license was issued.
Expiration
When the license expires.
public
bool
IsConfigured
True if a license was loaded and parsed successfully.
public
System.​Collections.​Generic.​IReadOnlyCollection<​string>
EntitledSkus
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
public
string
ToString​()
Inherited from object