Show / Hide Table of Contents

Enum LicenseFileToken

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

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

Fields

Name Description
CPT

Use this token to get or set the active type of Copy Protection.

CST

Use this token to get or set the customer's name.

FID

Use this token to get the license ID of the license file.

ICO

Use this token to get or set the installation code (8 digit code) the license file is bound to.

LTG

Use this token to get or set the tag of the license file.

MID

Use this token to get or set the main module ID.

OEM

Use this token to get or set the manufacturer's name.

SEL

Use this token to get or set the security level of the license file.

VER

Use this token to get or set the application version of the license file.

VSN

Use this token to get the version of the license file.

See Also
GetLicenseValue(LicenseFileToken)
SetLicenseValue(LicenseFileToken, String)

Extension Methods

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