DeployLX Software Protection System

LicenseSaveType Enumeration

Defines the types of save requests that can be made of the license.

Syntax

Public Enumeration LicenseSaveType
public enum LicenseSaveType

Members

Normal

The license is being saved to disk or an XML string.

Signing

The license is being signed.

SignatureCheck

The license is being tested for a valid signature.

Remarks

Limits may change their behavior when saving their state to XML depending on the type of save requested. For instance, information that is not required for a signature check and can be modified on the client should be excluded when the save type is Signing or SignatureCheck. Some limits will also perform additional checks or processing when the license is being saved that would normally require additional CPU time which should be limited during license validation.

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

See Also