DeployLX Software Protection System

PersistentDataLocationType Enumeration

Types of locations where persistent data should be stored.

Syntax

Public Enumeration PersistentDataLocationType
public enum PersistentDataLocationType

Members

NotSet

Not set. It is an error to use this value.

User

Store data so that it is accessible only to the current user.

Shared

Store data so that it is available to any user on the machine.

SharedOrUser

Store data so that it is accessible to any user on the machine and if access is not granted fall back to access to only the current user.

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

See Also