The Cryptoki type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Cryptoki | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
|
|
Attach |
Attaches this Cryptoki object to the given native cryptoki library. It calls LoadLibrary
|
|
|
Detach |
Detaches this object from the native cryptoki library. It calls FreeLibrary.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | Overloaded. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Initialize | Overloaded. |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RegisterFunction | |
|
|
ToString | (Inherited from Object.) |
|
|
UnregisterFunction | |
|
|
WaitForSlotEvent |
Wait for a slot event like smart card insertion or removal
|
Fields
| Name | Description | |
|---|---|---|
|
|
CKF_DONT_BLOCK |
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveSlots |
The list of plugged slots with a smart card inserted
|
|
|
Info |
Info related to the underlying native PKCS# Module
|
|
|
Licensee |
Gets or sets the name of the licensee supplied in the license file
|
|
|
ProductKey |
Gets or sets the product key supplied in the license file
|
|
|
Slots |
The list of plugged slots
|