Class LicenseProvider
- Namespace
- OpenSettings
- Assembly
- OpenSettings.dll
Provides functionality to initialize and manage the current license for the application.
public class LicenseProvider
- Inheritance
-
LicenseProvider
- Inherited Members
Fields
Instance
Singleton instance of the LicenseProvider class.
public static readonly LicenseProvider Instance
Field Value
Properties
CurrentLicense
Gets the currently active license, which is assigned internally during a call to UseOpenSettingsAsync(IHostBuilder, OpenSettingsConfiguration, params Type[]) or UseOpenSettingsAsync(IHostBuilder, OpenSettingsConfiguration, Func<IConfiguration, Task>, params Type[]).
public License CurrentLicense { get; }