Show / Hide Table of Contents

Enum FeatureToken

Specifies mirage license feature tokens used to get or set license feature values.

Namespace: Sartorius.SAF.Licensing.Mirage
Assembly: Sartorius.SAF.Licensing.Mirage.dll
Syntax
public enum FeatureToken

Fields

Name Description
ALW

Use this token to get or set a value indicating whether the feature is allowed.

DMO

Use this token to get or set a value indicating whether the feature is in demo mode.

DPC

Use this token to get or set the tolerance in percent that is allowed for a client to do an automatic validate at a concurrent user module.

EXO

Use this token to get or set the date when the feature expires.

KYS

Use this token to get all standard keys for that module, separated by semicolon, including hidden keys.

LAM

Use this token to get the last activation date of a feature

LTY

Use this token to get or set the license type of a feature

MEO

Use this token to get or set the maximum expiration date.

MOI

Use this token to get or set the module id of a feature.

MON

Use this token to get or set the name of the specified module.

MYS

Use this token to get all standard keys for that module, separated by semicolon. Hidden keys are displayed as *****.

NOD

use this token to get the number of days the feature is valid.

SAC

Use this token to get or set the ActivationState after copy protection is turned on (unlock).

SNR

Use this token to get or set the serial number for the feature.

TAG

Use this token to get or set the tag value of the feature.

TLI

Use this token to get or set the total license count of feature.

WST

Use this token to get or set the web activation value

See Also
GetFeatureValue(String, FeatureToken)
SetFeatureValue(String, FeatureToken, String)

Extension Methods

CollectionExtensions.AddRange<T, FeatureToken>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<FeatureToken>()
  • View Source
Back to top Generated by DocFX