PrApi: MakePACEA

MakePACEA

Switches to secure messaging by making Password Authenticated Connection Establishment.

 Public Function MakePACEA(
	  ByVal card As String,
	  ByVal lines As String,
	  ByVal PasswordType As Long ) As Boolean

Parameters

card
The identifier of the selected card.
lines
The MRZ or CAN text as multiline string separated with newlines.
PasswordType
The type of the password. The possible values are defined in the PR_PACE_PASSWORD enumeration.

Return Values

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

Languages

[Visual Basic] Public Function MakePACEA(ByVal card As String, ByVal lines As String, ByVal PasswordType As Long) As Boolean

[Delphi] function MakePACEA(const card: WideString; lines: WideString; PasswordType: Integer): Boolean;

[C++] bool MakePACEA(BSTR card, BSTR lines, long PasswordType);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakePACE MakePassiveAuth