Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
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); |