PrApi: MakePACE

MakePACE

Switches to secure messaging by making Password Authenticated Connection Establishment.

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

Parameters

card
The identifier of the selected card.
lines
The MRZ or CAN text.
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 MakePACE(ByVal card As String, ByRef lines As String, ByVal PasswordType as Long) As Boolean

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

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

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakeChipAuth MakePACEA