Show / Hide Table of Contents

Class License

Provides license information.

Inheritance
System.Object
License
Implements
ILicense
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public class License : ILicense

Properties

Expires

Gets the date the evaluation license expires.

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

The date the evaluation license expires.

IsLicensed

Indicates whether the product is licensed.

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

true if the product is licensed; otherwise false.

Name

Gets the product name.

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

The product name.

Version

Gets the product version.

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

The product version.

Implements

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