The SmartCard type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
|
|
Disconnect |
Disconnect to the smart card
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Send |
Send an APDU to the smart card
|
|
|
SendControl |
Send a control command to the smart card
|
|
|
ToString | (Inherited from Object.) |
|
|
WaitForSmartCardRemoved | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
|
|
EJECT_CARD |
Eject the card
|
|
|
LEAVE_CARD |
Leave the card in the current state
|
|
|
PROTOCOL_DEFAULT |
Use the default transmission parameters / card clock freq.
|
|
|
PROTOCOL_OPTIMAL |
Use optimal transmission parameters / card clock freq.
Since using the optimal parameters is the default case no bit is defined to be 1
|
|
|
PROTOCOL_RAW |
Protocol RAW
|
|
|
PROTOCOL_T0 |
Protocol T=0
|
|
|
PROTOCOL_T1 |
Protocol T=1
|
|
|
PROTOCOL_Tx |
This is the mask of ISO defined transmission protocols (T=0, T=1)
|
|
|
PROTOCOL_UNDEFINED |
Undefined protocol
|
|
|
RESET_CARD |
Reset the card
|
|
|
UNPOWER_CARD |
Unpower the card
|
Properties
| Name | Description | |
|---|---|---|
|
|
ATR |
smart card's ATR
|
|
|
CardHandle |
Gets the card handle.
|
|
|
IsPresent |
Check if the smart card is still present in the reader
|
|
|
Protocol |
smart card's protocol
|
|
|
Reader |
Reader that contains this smart card
|