ActivationManager Constructor
Instance Constructor. Creates a new manager, given a key set
[Visual Basic]
Public Sub New( _
ByVal
keys As
Byte() _
)
[C#]
public ActivationManager(
byte[] keys);
Parameters
-
keys
- Key Set (dotNetProtector.keyset) in byte array form
Remarks
The key set must be wich one was used when protectin the assembly
See Also
ActivationManager Class | PvLogiciels.dotNetProtector Namespace