EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.Login

TElPKCS11SessionInfo     See also    


 

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);

[VB6]
    Sub IElPKCS11SessionInfoX.Login(AdminLogon As Boolean, PIN As String)

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX.Login([in] VARIANT_BOOL AdminLogon, [in] BSTR PIN );

[DLL]
    not implemented;
 
 

Values:

[Pascal] Description
utSecurityOfficer log in as Security Oficcer
utUser log in as normal user
Declared in
[Pascal]
Unit: SBPKCS11CertStorage

 
 

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.
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation