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.​LicenseUsageSummary
Assembly: Duende.IdentityServer
Inheritance: object → LicenseUsageSummary
Implemented Interfaces
Usage summary for the current IdentityServer instance intended for auditing purposes.
Properties
protected
System.​Type
EqualityContract
public
string
LicenseEdition
License edition retrieved from license key.
public
System.​Collections.​Generic.​IReadOnlyCollection<​string>
ClientsUsed
Clients used in the current IdentityServer instance.
public
System.​Collections.​Generic.​IReadOnlyCollection<​string>
IssuersUsed
Issuers used in the current IdentityServer instance.
public
System.​Collections.​Generic.​IReadOnlyCollection<​string>
FeaturesUsed
Features used in the current IdentityServer instance.
Methods
public
string
ToString​()
protected
bool
PrintMembers​(System.​Text.​StringBuilder builder)
public
int
GetHashCode​()
public
bool
Equals​(object obj)
public
void
Deconstruct​(System.​String& LicenseEdition,
System.​Collections.​Generic.​IReadOnlyCollection`1& ClientsUsed,
System.​Collections.​Generic.​IReadOnlyCollection`1& IssuersUsed,
System.​Collections.​Generic.​IReadOnlyCollection`1& FeaturesUsed)
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object