PrApi: CheckRfidFileHash

CheckRfidFileHash

Checks the hash of the file read from the RFID card.

 Public Function CheckRfidFileHash(
	  ByVal card As String,
	  ByVal file_id As Long ) As Boolean

Parameters

card
The identifier of the selected card.
file_id
Identifier of the requested file. The possible values are defined in the PR_RFID_FILES enumeration.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function CheckRfidFileHash(ByVal card As String, ByVal file_id As Long) As Boolean

[Delphi] function CheckRfidFileHash(const card: WideString; file_id: Integer): Boolean;

[C++] bool CheckRfidFileHash(BSTR card, long file_id);

Remarks

The MakePassiveAuth method must be called before using this method.

See Also

Class PrApi Overview PrApi Properties PrApi Methods CaptureWait ClearCertList