SaaS CMS has officially launched! Learn more now.

Class LicensingOptions

Inheritance
System.Object
LicensingOptions
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class LicensingOptions : Object

Constructors

LicensingOptions()

Declaration
public LicensingOptions()

Fields

DefaultLicenseFile

Declaration
public const string DefaultLicenseFile = "License.config"
Field Value
Type Description
System.String

Properties

LicenseFilePath

Declaration
public string LicenseFilePath { get; set; }
Property Value
Type Description
System.String

LicenseKey

Declaration
public string LicenseKey { get; set; }
Property Value
Type Description
System.String

LicenseKeySignature

Declaration
public string LicenseKeySignature { get; set; }
Property Value
Type Description
System.String

Extension Methods