Class SimpleLicense
Implements a simple license schema. Licenses will be stored in appsettings.json under the key with name configKey
Inherited Members
Namespace: Quantellia.WMServer.Auth.Model.Licensing
Assembly: WMServer.dll
Syntax
public class SimpleLicense
Properties
configKey
The appsettings.json key to search under.
Declaration
public static string configKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetLicense()
Finds, decrypts, deserializes, and returns the SimpleLicense.SimpleLicenseData license in appsettings.json.
Declaration
public static SimpleLicense.SimpleLicenseData GetLicense()
Returns
| Type | Description |
|---|---|
| SimpleLicense.SimpleLicenseData |