Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.InitPIN

TElPKCS11SessionInfo     See also     


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


Inits the PIN code for the token.

Declaration

[C#]
    void InitPIN(string Pin);

[VB.NET]
    Sub InitPIN(ByVal Pin As String)

[Pascal]
    procedure InitPIN(const Pin : string);

[C++]
    void InitPIN(const std::string &Pin);

[PHP]
    void InitPIN(string $Pin)

[Java]
    void initPIN(String Pin);

Parameters

  • Pin - new PIN code for the token.

Description

    Use this method to specify the token's PIN code for the first time (init). If the code has been set already, use SetPIN to change it.

See also:     SetPIN    

Discuss this help topic in SecureBlackbox Forum