LicenseKeySource Enumeration

Contains possible sources from which a key can be read.

Namespace: Aurigma.GraphicsMill.Licensing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum LicenseKeySource

Members

Member name Description
AppConfig
EmbeddedIntoAssembly

Assembly code.

EnvironmentVariable

Environment variable (GRAPHICSMILL_LICENSE_KEY).

FromCode
LicFileInWebBin

lic file of the Web root bin folder.

LicFileNearAssembly

lic file in the same folder as the assembly.

None

No key available.

Registry

System registry.

See Also

Reference