ManualActivationKey Constructor (String, Int32, Int32, String) |
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,
string usableCharacters
)
Public Sub New (
activationKey As String,
triggerCodeSeed As Integer,
userCode1 As Integer,
usableCharacters As String
)
public:
ManualActivationKey(
String^ activationKey,
int triggerCodeSeed,
int userCode1,
String^ usableCharacters
)
Parameters
- activationKey
- Type: SystemString
The encrypted Activation Key that will be decrypted - triggerCodeSeed
- Type: SystemInt32
The trigger code seed value - userCode1
- Type: SystemInt32
The UserCode1 value from the client computer - usableCharacters
- Type: SystemString
The characters allowed to be used when creating the Activation Key
See Also