SecurityServices for .NET 2.0 Documentation

SmartcardReader.Reconnect Method 

[This is preliminary documentation and subject to change.]

Reconnects to the card in the smartcard reader.

public void Reconnect(
   SmartcardShare share,
   SmartcardProtocols protocol,
   SmartcardDisposition disposition
);

Parameters

SmartcardShare
A flag that indicates whether other applications may form connections to the card.
SmartcardProtocols
A bit mask of acceptable protocols for the connection. Possible values may be combined with the OR operation.
SmartcardDisposition
Type of initialization that should be performed on the card.

Exceptions

Exception Type Condition
ObjectDisposedException The SmartcardReader has been closed.
SmartcardException An error occurred while communication with the smartcard reader.

See Also

SmartcardReader Class | Org.Mentalis.SecurityServices.Smartcard Namespace