Initializes a new instance of the Slot class.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	slotID As Integer, _
	cryptokimngd As INCryptokiMngd _
)
C#
public Slot(
	int slotID,
	INCryptokiMngd cryptokimngd
)
Visual C++
public:
Slot(
	int slotID, 
	INCryptokiMngd^ cryptokimngd
)
JavaScript
Cryptware.NCryptoki.Slot = function(slotID, cryptokimngd);

Parameters

slotID
Type: System..::..Int32
The slot ID.
cryptokimngd
Type: Cryptware.NCryptoki..::..INCryptokiMngd
The cryptokimngd.

See Also