The SmartCardManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
SmartCardManager | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Dispose all resources
|
|
|
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.) |
|
|
ToString | (Inherited from Object.) |
|
|
WaitForSmartCardInserted | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
|
|
INFINITE |
Infinite timeout in WaitForSmartCard events
|
|
|
SCOPE_SYSTEM |
The context is the system context, and any
database operations are performed within the
domain of the system. (The calling
application must have appropriate access
permissions for any database actions.)
|
|
|
SCOPE_TERMINAL |
The context is that of the current terminal,
and any database operations are performed
within the domain of that terminal. (The
calling application must have appropriate
access permissions for any database actions.)
|
|
|
SCOPE_USER |
The context is a user context, and any
database operations are performed within the
domain of the user.
|
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveReaders |
Collection of readers currently plugged into the PC and having a smart card inserted
|
|
|
PluggedReaders |
Collection of readers currently plugged to the PC
|