Show / Hide Table of Contents

Interface ILicense

Provides license information.

Namespace: ComponentSpace.Saml2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ILicense

Properties

Expires

Gets the date the evaluation license expires.

Declaration
DateTime Expires { get; }
Property Value
Type Description
System.DateTime

The date the evaluation license expires.

IsLicensed

Indicates whether the product is licensed.

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

true if the product is licensed; otherwise false.

Name

Gets the product name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

The product name.

Version

Gets the product version.

Declaration
Version Version { get; }
Property Value
Type Description
System.Version

The product version.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.