Class AccessKeyLicenseCheck
Implements
System.IDisposable
Inherited Members
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3Syntax
public class AccessKeyLicenseCheck : LicenseCheck, IDisposable
Constructors
AccessKeyLicenseCheck(String)
Declaration
public AccessKeyLicenseCheck(string accessKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accessKey |
Methods
Run()
Declaration
public override void Run()
Overrides
ValidateLicense(Boolean)
Declaration
public override bool ValidateLicense(bool throwOnError)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | throwOnError |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
System.IDisposable