Crypto.GetKeySig
Returns a signature of the ConfigurationKey to identify the
MasterCard needed for this reader.
Parameters (request frame)
Name
|
Type/Size
|
Description
|
KeyIndex
|
Integer (8 bits)
|
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.
|
Optional field, condition:
KeyIndex == 0
|
|
KeyValue
|
Raw data (length 10 Bytes)
|
If KeyIndex is set to 0x00, this value
specifies the key to get the signature from.
|
Returned values (response frame)
Name
|
Type/Size
|
Description
|
KeySignature
|
Integer (32 bits)
|
Unique signature of the desired ConfigurationKey.
|