Click or drag to resize
ManualActivationKey Constructor (String, Int32, Int32)
Constructor when decrypting the Activation Key

Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
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