Méthode | Description | |
---|---|---|
Smartcard ( ) : System |
Méthode | Description | |
---|---|---|
BeginTransaction ( ) : void |
Begins a card transaction
|
|
Connect ( string reader, SHARE shareMode, PROTOCOL preferredProtocols ) : void |
Connects to a card. Establishes a card session
|
|
Disconnect ( DISCONNECT disposition ) : void |
Disconnect the current session
|
|
EndTransaction ( DISCONNECT disposition ) : void |
Ends a card transaction
|
|
GetAttribute ( |
Gets the attributes of the card This command can be used to get the Answer to reset
|
|
ListReaders ( ) : string[] |
Gets the list of readers REM: This method is not really at its place and should be in a seperate component. Maybe later if I have some time
|
|
Transmit ( |
Transmit an APDU command to the card
|