DeployLX Software Protection System

SecureStorageRequirement Enumeration

Defines the secure storage requirements when validating a license.

Syntax

Public Enumeration SecureStorageRequirement
public enum SecureStorageRequirement

Members

NotRequired

Secure storage is not required.

RequiredExceptWeb

Secure storage is required except when validating as part of an ASP.NET request.

Required

Secure storage is always required.

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

See Also