Interface ILicenseInformation
Contains information about an active license
Namespace: Oasys.AdSec
Assembly: AdSec_API_IDL.dll
Syntax
public interface ILicenseInformation
Properties
CompanyName
Name of the company to which an AdSec API license is provided
Declaration
string CompanyName { get; }
Property Value
Type | Description |
---|---|
System.String |
LicenseId
Unique License ID used to activate an AdSec API license
Declaration
string LicenseId { get; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfDays
Number of days an AdSec API license is alloted for Time-limited and Evaluation versions
Declaration
string NumberOfDays { get; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfSeats
Number of seats remaining for a network floating license
Declaration
string NumberOfSeats { get; }
Property Value
Type | Description |
---|---|
System.String |
SessionId
Unique ID of a session
Declaration
string SessionId { get; }
Property Value
Type | Description |
---|---|
System.String |
TimeAllocatedUntilExpiry
Time until expiry of the license for the network floating license
Declaration
string TimeAllocatedUntilExpiry { get; }
Property Value
Type | Description |
---|---|
System.String |