Show / Hide Table of Contents

Class MirageFeatureKeyInfo

This class represents the information of a feature key with specific information unique to Mirage.

Inheritance
System.Object
KeyInfo
FeatureKeyInfo
MirageFeatureKeyInfo
FeatureKeyInfo.HardwareId
FeatureKeyInfo.FeatureId
FeatureKeyInfo.LicenseCount
FeatureKeyInfo.Days
FeatureKeyInfo.IsDemo
FeatureKeyInfo.Expiration
KeyInfo.Key
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 Source

MirageFeatureKeyInfo(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 Source

DaysCountType

Gets the type the Days value represents.

Declaration
public CountType DaysCountType { get; protected set; }
Property Value
Type Description
CountType
View Source

ExpirationType

Gets the type the Expiration value represents.

Declaration
public ExpirationType ExpirationType { get; protected set; }
Property Value
Type Description
ExpirationType
View Source

LicenseCountType

Gets the type the LicenseCount represents.

Declaration
public CountType LicenseCountType { get; protected set; }
Property Value
Type Description
CountType

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX