Sends a verify command.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
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: CardResponseAPDUA CardResponseAPDU.
Exception type | Condition |
---|---|
Thrown when a Card Terminal error condition occurs. |
|
Thrown when the requested operation is invalid. |