DeployLX Software Protection System

PeekResult Enumeration

Possible results from the Peek(SecureLicenseContext) method.

Syntax

Public Enumeration PeekResult
public enum PeekResult

Members

Unknown

Unknown status.

Invalid

The limit is invalid. Calling Validate may require user interaction.

NeedsUser

The limit may be valid but will require user interaction to ensure.

Valid

The limit is valid in it's current state and Validate should return true without any user interaction.

Remarks

The Peek(SecureLicenseContext) method is used to find a license that requires the least amount of user interaction during license Validation. This will for example give priority to licenses that have been unlocked with a serial number over trial licenses.

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

See Also