Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.CloseSession

TElSSHPKCS11KeyStorage     See also     


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


Closes the session.

Declaration

[C#]
    void CloseSession(int SessionIndex);

[VB.NET]
    Sub CloseSession(ByVal SessionIndex As Integer)

[Pascal]
    procedure CloseSession(SessionIndex: integer);

[C++]
    void CloseSession(int32_t SessionIndex);

[PHP]
    void CloseSession(integer $SessionIndex)

[Java]
    not available

Parameters

  • SessionIndex - index of the session to be closed in the list.

Description

    Use this method to close specified session.

See also:     Close     CloseAllSessions     OpenSession    

Discuss this help topic in SecureBlackbox Forum