ManualActivationKey Constructor (String, Int32, Int32) |
Constructor when decrypting the Activation Key
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic ManualActivationKey(
string activationKey,
int triggerCodeSeed,
int userCode1
)
Public Sub New (
activationKey As String,
triggerCodeSeed As Integer,
userCode1 As Integer
)
public:
ManualActivationKey(
String^ activationKey,
int triggerCodeSeed,
int userCode1
)
Parameters
- activationKey
- Type: SystemString
The encrypted Activation Key that will be decrypted - triggerCodeSeed
- Type: SystemInt32
The trigger code seed - userCode1
- Type: SystemInt32
The UserCode1 value from the client computer
See Also