DeployLX Software Protection System

LocationDispositions Enumeration

Defines the types of locations where a license file may be located.

Syntax

<FlagsAttribute> _
Public Enumeration LocationDispositions
[FlagsAttribute]
public enum LocationDispositions

Members

NotSet

The value has not been set.

FileSystem

The license is located in the file system like a regular file.

Embedded

The license is embedded in an assembly.

Shared

The license is stored in a shared location or in Isolated Storage.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also