The maximum allowed number of system identifier options that do not match the current system's identifiers on which the license is being activated. For example, if a license has five(5) system identifier options selected in a license key and the tolerance level defined for the license is two(2), the license key will be identified as invalid if more than two(2) system identifiers of the current system do not match.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public short Tolerance { get; set; }
Visual Basic
Public Property Tolerance As Short
	Get
	Set
Visual C++
public:
property short Tolerance {
	short get ();
	void set (short value);
}

See Also