ILicenseContext
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Interface for license context.
public interface ILicenseContext : ILicenseServiceProviderImplements
Properties
ContextName
Gets the name of the context.
string ContextName { get; }Property Value
FallbackContext
Gets or sets a context for the fallback.
ILicenseContext FallbackContext { get; set; }Property Value
Settings
Gets or sets license context options.
ContextSettings Settings { get; set; }Property Value
Methods
LoadLicenseKey(Type)
Loads license key.
string LoadLicenseKey(Type type)Parameters
Name
Description
type Type
The type associated with the license.
Returns
Name
Description
The license key.
SaveLicenseKey(Type, string)
Saves a license key.
void SaveLicenseKey(Type type, string key)Parameters
Last updated