Key run-time property property TOgMakeKeys.Key : TKey TKey = array [0..15] of Byte; |
Key is used to encode and decode release codes.
After a successful call to Execute, Key contains the selected key value.
The key used to encode release codes should be protected from unauthorized use because a release code that was encoded without a modifier can easily be decoded using the key.
The key should be embedded into the application rather than stored in a file or resource.
See also: ApplyModifierToKey, Execute, GenerateKey, GenerateRandomKey