Class LicenseOptions
The license options.
Inherited Members
Namespace: ComponentSpace.Saml2.Licensing
Assembly: ComponentSpace.Saml2.dll
Syntax
public class LicenseOptions
Properties
LicenseKey
Gets or sets the license key.
Declaration
public string LicenseKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The license key. |
LicenseKeyFileName
Gets or sets the license key file name.
Declaration
public string LicenseKeyFileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The license key file name. |