Show / Hide Table of Contents

Class LicenseOptions

The license options.

Inheritance
object
LicenseOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2026. All rights reserved.