dotNet Protector API

ActivationManager.GenProductKey Method 

Builds an encoded product key (5x5 chars) from a 32 bits License ID

[Visual Basic]
Public Function GenProductKey( _
   ByVal LicenceID As UInt32 _
) As String
[C#]
public string GenProductKey(
   uint LicenceID
);

Parameters

LicenceID
License ID.Upper 16 bits are ignored

Return Value

the 5x5 Product Key

See Also

ActivationManager Class | PvLogiciels.dotNetProtector Namespace

Send comments about this topic to PV Logiciels