PrApi: MakeTerminalAuth

MakeTerminalAuth

Makes the Terminal Authentication of the RFID chip.

 Public Function MakeTerminalAuth(
	  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 MakeTerminalAuth(ByVal card As String) As Boolean

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

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

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakePassiveAuth ObjectWindows