ActivationManager.HardwareScore Method
Compares 2 configs for hardware difference configs are given by PvLogiciels.Extentions.GetConfig() or by an ActivationRequest's config member
[Visual Basic]
Public Function HardwareScore( _
ByVal
HwConfig1 As
UInt64, _
ByVal
HwConfig2 As
UInt64 _
) As
Integer
[C#]
public
int HardwareScore(
ulong HwConfig1,
ulong HwConfig2);
Parameters
-
HwConfig1
-
-
HwConfig2
-
Return Value
Hardware score. Allow activation if under tolerance
See Also
ActivationManager Class | PvLogiciels.dotNetProtector Namespace