PrApi: MakeBACA

MakeBACA

Switches to secure messaging by making Basic Access Control.

 Public Function MakeBACA(
	  ByVal card As String,
	  ByVal lines As String ) As Boolean

Parameters

card
The identifier of the selected card.
lines
The MRZ text as multiline string separated with newlines.

Return Values

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

Languages

[Visual Basic] Public Function MakeBACA(ByVal card As String, ByVal lines As String) As Boolean

[Delphi] function MakeBACA(const card: WideString; lines: WideString): Boolean;

[C++] bool MakeBACA(BSTR card, BSTR lines);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakeBAC MakeChipAuth