Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.OpenSession

TElSSHPKCS11KeyStorage     See also     


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


Opens the session.

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]
    not available

Parameters

  • SlotIndex - index of the slot in the list.
  • ReadOnly - specifies whether the session is read-only.

Return value

    Information about newly opened session.

Description

    Opens the connection between an application and a particular token.

See also:     CloseAllSessions     CloseSession    

Discuss this help topic in SecureBlackbox Forum