| ManualActivationKey Class |
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4
The ManualActivationKey type exposes the following members.
| Name | Description | |
|---|---|---|
| ManualActivationKey(String, Int32, Int32) |
Constructor when decrypting the Activation Key
| |
| ManualActivationKey(String, Int32, Int32, String) |
Constructor when decrypting the Activation Key
|
| Name | Description | |
|---|---|---|
| ActivationKey | The activation key | |
| ActivationKeyFormatted | Generate a key with dashes | |
| AesKey | 256-bit AES Key created from the Trigger Code Seed value | |
| IV | The Initialization Vector | |
| RandomIVSection | The random portion of the IV that is also included with the activation code | |
| TCFixedValue | The TCFixed value | |
| TriggerCode | The Trigger Code value | |
| TriggerCodeSeed | The Trigger Code Seed value | |
| UsableCharacters | The allowed characters in the activation code | |
| UserCode1 | The UserCode1 value |
| Name | Description | |
|---|---|---|
| DecryptActivationKey |
Decrypts an activation key and returns the trigger code and fixed value
| |
| Dispose | Clears cryptographic data from memory - the object is not usable after calling this method! | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |