Aurigma Graphics Mill 5.5 for .NET
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. |