ManualActivationKeyDecryptActivationKey Method |
Decrypts an activation key and returns the trigger code and fixed value
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool DecryptActivationKey(
out int triggerCode,
out int tcFixedValue
)
Public Function DecryptActivationKey (
<OutAttribute> ByRef triggerCode As Integer,
<OutAttribute> ByRef tcFixedValue As Integer
) As Boolean
public:
bool DecryptActivationKey(
[OutAttribute] int% triggerCode,
[OutAttribute] int% tcFixedValue
)
Parameters
- triggerCode
- Type: SystemInt32
The decrypted trigger code value - tcFixedValue
- Type: SystemInt32
The decrypted TC Fixed Value
Return Value
Type:
BooleanTrue if decryption succeeds, false otherwise.
See Also