This documentation is for the old version. Go to the latest Graphics Mill docs

LicenseKeySource Enumeration

Contains possible sources from which a key can be read.

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

Syntax

Visual Basic
Public Enumeration LicenseKeySource
C#
public enum LicenseKeySource

Members

Member name Description
Registry

System registry.

LicFileInWebBin

lic file of the Web root bin folder.

LicFileNearAssembly

lic file in the same folder as the assembly.

EmbeddedIntoAssembly

Assembly code.

None

No key available.

See Also

Reference