Class XmlClarifyLicenseTool
Inheritance
System.Object
XmlClarifyLicenseTool
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Common.Licensing
Assembly: FChoice.Common.dll
Syntax
public class XmlClarifyLicenseTool : ILicenseTool
Constructors
XmlClarifyLicenseTool(String, DbProvider)
Declaration
public XmlClarifyLicenseTool(string xmlFilePath, DbProvider dbProvider)
Parameters
Type | Name | Description |
---|---|---|
System.String | xmlFilePath | |
DbProvider | dbProvider |
Properties
XmlFilePath
Declaration
public string XmlFilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GraceEventInfo(String)
Declaration
public DateTime[] GraceEventInfo(string licenseKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | licenseKey |
Returns
Type | Description |
---|---|
System.DateTime[] |
LogGraceEvent(String)
Declaration
public void LogGraceEvent(string licenseKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | licenseKey |
RetrieveLicenses()
Declaration
public LicenseCollection RetrieveLicenses()
Returns
Type | Description |
---|---|
LicenseCollection |
ValidateLockdownData(String)
Declaration
public bool ValidateLockdownData(string lockdownData)
Parameters
Type | Name | Description |
---|---|---|
System.String | lockdownData |
Returns
Type | Description |
---|---|
System.Boolean |