SecurityServices for .NET 2.0 Documentation

SmartcardReader Members

SmartcardReader overview

Public Static Methods

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

Public Instance Constructors

SmartcardReader Overloaded. Initializes a new instance of the SmartcardReader class.

Public Instance Properties

ActiveProtocol Returns the active protocol.
Atr Returns the ATR of the card in the smartcard reader.
Attributes Returns the attributes of the smartcard reader.
ReaderName Returns the name of the smartcard reader.
Status Returns the status of the smartcard reader.

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