PrApi: MakeActiveAuth

MakeActiveAuth

Makes the Active Authentication of the RFID chip.

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

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

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

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods LoadPrivKeyFile MakeBAC