EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Manager.OpenSession

TElPKCS11Manager     See also    


 

    Opens the connection between an application and a particular token.

 
 

Declaration

[C#]
    TElPKCS11SessionInfo OpenSession(int SlotIndex, bool ReadOnly);

[VB.NET]
    Function OpenSession(ByVal SlotIndex As integer, ByVal ReadOnly As Boolean) As TElPKCS11SessionInfo

[Pascal]
    function OpenSession(SlotIndex : integer; ReadOnly : boolean): TElPKCS11SessionInfo;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • SlotIndex - Index of the slot which should be used for connection
  • ReadOnly - specifies, whether the session should be established in read-only mode
 
 

Description

    Use this method to open a session to a cryptographic token.

 
 

See also:     CloseSession    

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