Sends a verify command.

Namespace: CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)

Public Function SendVerifyCommand( _ 
ByVal aPinControl As CardPinControl
) As CardResponseAPDU
This language is not supported or no code example is available.
public CardResponseAPDU SendVerifyCommand( 
CardPinControl aPinControl 
)
This language is not supported or no code example is available.
public:  
CardResponseAPDU^ SendVerifyCommand( 
CardPinControl^ aPinControl 
)
This language is not supported or no code example is available.
public function SendVerifyCommand( 
aPinControl : CardPinControl 
) : CardResponseAPDU;
This language is not supported or no code example is available.

Parameters

aPinControl
Type: CardPinControl

Contains a command APDU template and instructions on how to augment it with a PIN obtained from a secure PIN entry. See CardPinControl for further information.

Return Value

Type: CardResponseAPDU

A CardResponseAPDU.

Exception type Condition

CardTerminalException

Thrown when a Card Terminal error condition occurs.

InvalidOperationException

Thrown when the requested operation is invalid.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0