![]() |
ILicensing
|
public interface ILicensingProvider
The ILicensingProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigSummary | Gets a summary of the configuration values used by the provider implementation. The value is only intended for information display or to assist debugging. |
![]() | Description | Gets a longer description of the licensing provider implementation. |
![]() | Name | Gets a short display name of the provider implementation. |
Name | Description | |
---|---|---|
![]() | AuthenticateId | Authenticates a licensing account user Id and password. |
![]() | AuthenticateName | Authenticates a licensing account user name and password. |
![]() | GetFreeLicence | Authenticates using the 'free' account which is also known as a 'guest' account. This account can be used for evaluation or demonstrations without the need to register a custom account. The account only has access to demonstration customers and jobs and its performance is throttled. |
![]() | ListTSAPIVisibleJobs | Returns a list of jobs (surveys) that can be exported in TSAPI format. |
Name | Description | |
---|---|---|
![]() | ProviderLog | Hosting applications can listen to this handler for logging string events from the licensing provider. It is up to the provider author to optionally implement meaningful logging. It is recommended that the event strings be in the simple efficient format X Message where X is D=Debug I=information W=Warning and E=Error. |