Class XmlLicenseTool
Inheritance
System.Object
XmlLicenseTool
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 XmlLicenseTool : ILicenseTool
Constructors
XmlLicenseTool(String)
Declaration
public XmlLicenseTool(string xmlFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | xmlFilePath |
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 |