Class MirageFeatureKeyInfo
This class represents the information of a feature key with specific information unique to Mirage.
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: Sartorius.SAF.Licensing.Mirage
Assembly: Sartorius.SAF.Licensing.Mirage.dll
Syntax
[Serializable]
public class MirageFeatureKeyInfo : FeatureKeyInfo
Constructors
View SourceMirageFeatureKeyInfo(String)
Create and initialize a new instance of the ProtectionKeyInfo class.
Declaration
public MirageFeatureKeyInfo(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key value. |
Properties
View SourceDaysCountType
Gets the type the Days value represents.
Declaration
public CountType DaysCountType { get; protected set; }
Property Value
Type | Description |
---|---|
CountType |
ExpirationType
Gets the type the Expiration value represents.
Declaration
public ExpirationType ExpirationType { get; protected set; }
Property Value
Type | Description |
---|---|
ExpirationType |
LicenseCountType
Gets the type the LicenseCount represents.
Declaration
public CountType LicenseCountType { get; protected set; }
Property Value
Type | Description |
---|---|
CountType |