IPWorks Auth 2020 C++ Builder Edition

Questions / Feedback?

Key Property

The secret key.

Syntax

__property String Key = { read=FKey, write=FSetKey };
__property DynamicArray<Byte> KeyB = { read=FKeyB, write=FSetKeyB };

Default Value

""

Remarks

This property holds the secret key used when calling CalculateResponse and VerifyResponse.

This property is also used when calling CreateChallenge when ChallengeType is set to Signature.

An empty key is valid, however it is recommended to provide a key value.

Data Type

Byte Array

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Builder Edition - Version 20.0 [Build 8155]