DeployLX Software Protection System

LicenseValidationLogger Delegate

Defines a delegate that is called by Validate(Object, Type, LicenseValidationRequestInfo) to log both successful and unsucessful license attempts.

Syntax

Public Delegate Sub LicenseValidationLogger ( _
	context As SecureLicenseContext, _
	diagnosticReport As String _
)
public delegate void LicenseValidationLogger(
	SecureLicenseContext context,
	string diagnosticReport
)

Parameters

context
The current validation context.
diagnosticReport
A complete log of the current validation request.

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

See Also