Cryptware

The Reader type exposes the following members.

Methods

  Name Description
CancelWaiting
Cancel Waiting in WaitForSmartCardEvent function
Connect Overloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WaitForSmartCardInserted Overloaded.
WaitForSmartCardRemoved Overloaded.

Fields

  Name Description
INFINITE
Infinite timeout in WaitForSmartCard events
MODE_DIRECT
The reader is access directly
MODE_EXCLUSIVE
The reader is in exclusive and cannot be shared between applications
MODE_SHARED
The reader is in shared between applications
WAIT_TIMEOUT
Timeout

Properties

  Name Description
EnableEvents
Enable/Disable smart card insertion/removal events
IsSmartCardPresent
Check's the presence of the smart card in the reader
Name
Reader Name
SmartCard
Returns the connected Smart Card if any or null otherwise
State
Reader State

Events

  Name Description
OnSmartCardInserted
Smart Card Inserted event
OnSmartCardRemoved
Smart Card Removed event

See Also