Discuss this help topic in SecureBlackbox Forum

TElPKCS11Manager.OpenSession

TElPKCS11Manager     See also     


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


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;

[C++]
    TElPKCS11SessionInfoHandle OpenSession(int32_t SlotIndex, bool ReadOnly);

[PHP]
    TElPKCS11SessionInfo OpenSession(integer $SlotIndex, bool $ReadOnly)

[Java]
    TElPKCS11SessionInfo openSession(int SlotIndex, boolean ReadOnly);

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    

Discuss this help topic in SecureBlackbox Forum