SaaS CMS has officially launched! Learn more now.

Class AccessKeyLicenseCheck

Inheritance
System.Object
AccessKeyLicenseCheck
Implements
System.IDisposable
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
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

Extension Methods