Click or drag to resize
ManualActivationKeyDecryptActivationKey Method
Decrypts an activation key and returns the trigger code and fixed value

Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool DecryptActivationKey(
	out int triggerCode,
	out int tcFixedValue
)

Parameters

triggerCode
Type: SystemInt32
The decrypted trigger code value
tcFixedValue
Type: SystemInt32
The decrypted TC Fixed Value

Return Value

Type: Boolean
True if decryption succeeds, false otherwise.
See Also