Class License
Provides license information.
Inheritance
System.Object
License
Implements
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 |
|
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. |