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

 

Class LicensingOptions

Inheritance
System.Object
LicensingOptions
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 LicensingOptions

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