SecurityServices for .NET 2.0 Documentation

SmartcardReader.SendCommand Method 

[This is preliminary documentation and subject to change.]

Sends an APDU to the smartcard.

public ApduReply SendCommand(
   ApduCommand apdu
);

Parameters

ApduCommand
The apdu to send to the smartcard.

Return Value

An ApduReply instance, representing the reply from the smartcard.

Exceptions

Exception Type Condition
ObjectDisposedException The SmartcardReader has been closed.
ArgumentNullException apdu is a null reference.
SmartcardException An error occurred while communication with the smartcard reader.

See Also

SmartcardReader Class | Org.Mentalis.SecurityServices.Smartcard Namespace