Key run-time property
property TOgMakeKeys.Key : TKey
TKey = array [0..15] of Byte;

TurboPack OnGuard FMX

Key run-time property

property TOgMakeKeys.Key : TKey

TKey = array [0..15] of Byte;

Navigation:  »No topics above this level«

Key run-time property

property TOgMakeKeys.Key : TKey

TKey = array [0..15] of Byte;

Return to chapter overview

_bm1                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