Show / Hide Table of Contents

Class SimpleLicense

Implements a simple license schema. Licenses will be stored in appsettings.json under the key with name configKey

Inheritance
object
SimpleLicense
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE