Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.InitToken

TElPKCS11Module     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Initializes the token assigned to the given slot.

Declaration

[C#]
    void InitToken(int SlotIndex, string Pin, string TokenLabel);

[VB.NET]
    Sub InitToken(ByVal SlotIndex As Integer, ByVal Pin As String, ByVal TokenLabel As String)

[Pascal]
    procedure InitToken(SlotIndex : integer; const Pin : string; const TokenLabel : string);

[C++]
    void InitToken(int32_t SlotIndex, const std::string &Pin, const std::string &TokenLabel);

[PHP]
    void InitToken(integer $SlotIndex, string $Pin, string $TokenLabel)

[Java]
    void initToken(int SlotIndex, String Pin, String TokenLabel);

Parameters

  • SlotIndex - specifies token's slot index.
  • Pin - specifies the PIN code to access the token.
  • TokenLabel - textual token label.

Description

    Use this method to initialize the token assigned to the given slot.

See also:     Slot    

Discuss this help topic in SecureBlackbox Forum