![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_Crypto_GetKeySig | ( | brp_protocol | protocol, |
| unsigned | KeyIndex, | ||
| brp_buf | KeyValue, | ||
| unsigned * | KeySignature | ||
| ) |
Returns a signature of the ConfigurationKey to identify the MasterCard needed for this reader.
| [in] | protocol | used to execute the command |
| [in] | KeyIndex | Index of key to get the signature from. KeyIndex must be set to 0x00 if a user-defined key, specified in the KeyValue parameter, should be used instead. |
| [in] | KeyValue | If KeyIndex is set to 0x00, this value specifies the key to get the signature from. |
| [out] | KeySignature | Unique signature of the desired ConfigurationKey. |