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
SetLicenseInfo
Sets the license info
ToString (Inherited from Object.)
UnregisterFunction
WaitForSlotEvent
Wait for a slot event like smart card insertion or removal

Fields

  Name Description
CKF_DONT_BLOCK
Flags uses in WaitForSlotEvent to specify that the function shouldn't block.

Properties

  Name Description
ActiveSlots
The list of plugged slots with a smart card inserted
AttachedCryptokiLib
Returns the attached native cryptoki library
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

See Also