PrApi: MakeBAC

MakeBAC

Switches to secure messaging by making Basic Access Control.

 Public Function MakeBAC(
	  ByVal card As String,
	  ByRef lines As String ) As Boolean

Parameters

card
The identifier of the selected card.
lines
The MRZ text.

Return Values

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

Languages

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

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

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

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakeActiveAuth MakeBACA