IServiceLicenseContext

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Interface for service license context.

public interface IServiceLicenseContext : ILicenseContext, ILicenseServiceProvider

Implements

ILicenseContext, ILicenseServiceProvider

Properties

ShouldRefresh

Whether the license should be refreshed on the server.

bool ShouldRefresh { get; }

Property Value

bool

UserKey

The user key.

string UserKey { get; }

Property Value

string

Methods

Clear()

Clear the license context.

void Clear()

Last updated