DeployLX Software Protection System

SaveLocations Enumeration

Defines the standard locations where the license file should be saved after validation.

Syntax

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

Members

NotSet

The value has not been set, use the default logic.

OriginalLocation

Save over the original if possible, otherwise save to shadow copy in the shared folder or Isolated Storage.

SharedFolder

Save to the shared folder if possible, otherwise save to shadow copy of the shared location in Isolated Storage.

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

See Also