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
DateTime

The date the evaluation license expires.

IsLicensed

Indicates whether the product is licensed.

Declaration
bool IsLicensed { get; }
Property Value
Type Description
bool

true if the product is licensed; otherwise false.

Name

Gets the product name.

Declaration
string Name { get; }
Property Value
Type Description
string

The product name.

Version

Gets the product version.

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

The product version.

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