PrApi: GetNextAuthentication

GetNextAuthentication

Returns the next suggested authentication process.

 Public Function GetNextAuthentication(
	  ByVal card As String,
	  ByVal ForceNext As Long ) As Long

Parameters

card
The identifier of the selected card.
ForceNext
If true, the prevoius authentication results are ignored.

Return Values

The next authentication value. The possible values are defined in the PR_AUTH_PROC enumeration.

Languages

[Visual Basic] Public Function GetNextAuthentication(ByVal card As String, ByVal ForceNext As Long) As Long

[Delphi] function GetNextAuthentication(const card: WideString; ForceNext: Integer): Integer;

[C++] long GetNextAuthentication(BSTR card, long ForceNext);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetMrz GetOcr