Class CloudLicenseRuntime
Inheritance
System.Object
CloudLicenseRuntime
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: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 11.20.7Syntax
public sealed class CloudLicenseRuntime
Constructors
CloudLicenseRuntime()
Declaration
public CloudLicenseRuntime()
Fields
PublicKey
Declaration
[Obsolete("Use CloudLicenseConsts.PublicKey")]
public const string PublicKey = "<KeyInfo><KeyValue xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><RSAKeyValue><Modulus>l8slyw1cbtPccvCM/sgrErnNXJMMYwxsuV74so72eENdDwyV1g4Z1WvVre2Dn6q02bSDlneNhV/625RRD4EG1L9cu8WFWvE/6vCsHy/zA+loVaXnvsJiBmK4j7JDTwRtvE51aoBpiJOkNfrSh3HVD12uxsHW0dMXpMgNSlyoEns=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue></KeyInfo>"
Field Value
Type | Description |
---|---|
System.String |
Properties
Instance
Declaration
public static CloudLicenseRuntime Instance { get; }
Property Value
Type | Description |
---|---|
CloudLicenseRuntime |
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CallHome()
Declaration
public void CallHome()
GetCloudLicense()
Declaration
[Obsolete("No longer used")]
public LicenseData GetCloudLicense()
Returns
Type | Description |
---|---|
LicenseData |
GetValidationResults(TimeSpan)
Declaration
public ValidationResult GetValidationResults(TimeSpan gracePeriod)
Parameters
Type | Name | Description |
---|---|---|
System.TimeSpan | gracePeriod |
Returns
Type | Description |
---|---|
ValidationResult |
Initialize(String)
Declaration
[Obsolete("no longer used")]
public void Initialize(string licenseFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | licenseFilePath |
Run(String)
Declaration
public void Run(string accesskey)
Parameters
Type | Name | Description |
---|---|---|
System.String | accesskey |