PrApi: MakePassiveAuth

MakePassiveAuth

Makes the Passive Authentication of the RFID chip.

 Public Function MakePassiveAuth(
	  ByVal card As String ) As Boolean

Parameters

card
The id of the RFID card.

Return Values

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

Languages

[Visual Basic] Public Function MakePassiveAuth(ByVal card As String) As Boolean

[Delphi] function MakePassiveAuth(card: WideString): Boolean;

[C++] bool MakePassiveAuth(BSTR card);

Remarks

Comparation of the MRZ read visually from the MRTD�s data page and the MRZ value in Data Group 1 is skipped.

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakePACEA MakeTerminalAuth