dotNet Protector API

ActivationManager.GetConfig Method (UInt32, UInt16)

Builds an ActivationString from Current Hardware Config and software given by calling assembly.

[Visual Basic]
Overloads Public Shared Function GetConfig( _
   ByVal LicenseID As UInt32, _
   ByVal ActivationDuration As UInt16 _
) As String
[C#]
public static string GetConfig(
   uint LicenseID,
   ushort ActivationDuration
);

Parameters

LicenseID
32 bit number to identify license.
ActivationDuration
Validity of activation (in days). 0 means infinite, maximum value is 2000

Return Value

A secure config string.

See Also

ActivationManager Class | PvLogiciels.dotNetProtector Namespace | ActivationManager.GetConfig Overload List

Send comments about this topic to PV Logiciels