Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class AccessKeyLicenseCheck

Inheritance
System.Object
AccessKeyLicenseCheck
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.7
Syntax
public class AccessKeyLicenseCheck : LicenseCheck

Constructors

AccessKeyLicenseCheck(String, Func<Boolean>)

Declaration
public AccessKeyLicenseCheck(string accessKey, Func<bool> skipLicenseCheck)
Parameters
Type Name Description
System.String accessKey
System.Func<System.Boolean> skipLicenseCheck

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

Extension Methods