Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.Login

TElPKCS11SessionInfo     See also     


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


Logs into the token.

Declaration

[C#]
    void Login(TElPKCS11UserType UserType, string PIN);

[VB.NET]
    Sub Login(ByVal UserType As TElPKCS11UserType, ByVal PIN As String)

[Pascal]
    procedure Login(UserType: TElPKCS11UserType; PIN: string);

[C++]
    void Login(TElPKCS11UserType UserType, const std::string &PIN);

[PHP]
    void Login(integer $UserType, string $PIN)

[Java]
    void login(long UserType, String PIN);

Parameters

  • UserType - specifies whether Security Officer or regular user must be logged in.
  • Pin - PIN
  • AdminLogon - if True - application will be logged in as Security Officer.

Values:

Description

    Use this method when you need to log into the token as Security Officer or regular user.
    Only regular user can manipulate private token objects. The role of the Security Officer is to initialize a token and to set the regular user’s PIN

See also:     Logout    

Discuss this help topic in SecureBlackbox Forum