Class LicenseCheck
The license check.
public sealed class LicenseCheck
- Inheritance
-
LicenseCheck
- Inherited Members
Properties
Application
The Authorized application.
[JsonPropertyName("application")]
public string Application { get; set; }
Property Value
Audience
The audience.
[JsonPropertyName("audience")]
public string Audience { get; set; }
Property Value
AuthorizedParty
The Authorized party.
[JsonPropertyName("authorized_party")]
public string AuthorizedParty { get; set; }
Property Value
Deployment
The license mode.
[JsonPropertyName("deployment")]
public string? Deployment { get; set; }
Property Value
Id
The license identifier.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Issuer
The issuer.
[JsonPropertyName("issuer")]
public string Issuer { get; set; }
Property Value
LicenseKey
The key to check.
[JsonPropertyName("lkey")]
public string LicenseKey { get; set; }
Property Value
Mode
The license mode.
[JsonPropertyName("mode")]
public string Mode { get; set; }
Property Value
TenantId
The consumer tenant id.
[JsonPropertyName("tenant_id")]
public string TenantId { get; set; }
Property Value
ValidationKey
The validation public key to check the license LicenseKey.
[JsonPropertyName("vkey")]
public string? ValidationKey { get; set; }