Try our conversational search powered by Generative AI!

Class WebApplicationLicenseCheck

Inheritance
System.Object
WebApplicationLicenseCheck
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 WebApplicationLicenseCheck : LicenseCheck

Constructors

WebApplicationLicenseCheck()

Declaration
public WebApplicationLicenseCheck()

WebApplicationLicenseCheck(String, Func<Boolean>)

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

WebApplicationLicenseCheck(String, Func<Boolean>, Assembly)

Declaration
public WebApplicationLicenseCheck(string licenseFilePath, Func<bool> skipLicenseCheck, Assembly licensedAssembly)
Parameters
Type Name Description
System.String licenseFilePath
System.Func<System.Boolean> skipLicenseCheck
System.Reflection.Assembly licensedAssembly

Properties

IsCommercialLicense

Declaration
public override bool IsCommercialLicense { get; }
Property Value
Type Description
System.Boolean
Overrides

IsLicenseFileValid

Declaration
public bool IsLicenseFileValid { get; }
Property Value
Type Description
System.Boolean

LicenseNumber

Declaration
public override string LicenseNumber { get; }
Property Value
Type Description
System.String
Overrides

Methods

LicenseInfo()

Declaration
public override string LicenseInfo()
Returns
Type Description
System.String
Overrides

LicenseMetaDataUnsafe(String)

Declaration
public override string LicenseMetaDataUnsafe(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String
Overrides

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