SecurityServices for .NET 2.0 Documentation

SmartcardReader Methods

The methods of the SmartcardReader class are listed below. For a complete list of SmartcardReader class members, see the SmartcardReader Members topic.

Public Static Methods

GetReaders Returns a list of readers that are installed on the system.
OpenReaderOverloaded. Opens a SmartcardReader.

Public Instance Methods

ConnectOverloaded. Connects to the card in the smartcard reader.
DisconnectOverloaded. Disconnects the connection with the smartcard.
DisposeOverloaded. Releases all resources used by the SmartcardReader.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Lock Starts a transaction, waiting for the completion of all other transactions before it begins.
Reconnect Reconnects to the card in the smartcard reader.
SendCommand Sends an APDU to the smartcard.
ToString (inherited from Object)Returns a String that represents the current Object.
UnlockOverloaded. Completes a previously declared transaction, allowing other applications to resume interactions with the card.

See Also

SmartcardReader Class | Org.Mentalis.SecurityServices.Smartcard Namespace