Discuss this help topic in SecureBlackbox Forum

TElSSHPKCS11KeyStorage.CloseAllSessions

TElSSHPKCS11KeyStorage     See also     


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


Closes all sessions with a token.

Declaration

[C#]
    void CloseAllSessions(TElPKCS11SlotInfo Slot);

[VB.NET]
    Sub CloseAllSessions(ByVal Slot As TElPKCS11SlotInfo)

[Pascal]
    procedure CloseAllSessions(SlotInfo : TElPKCS11SlotInfo);

[C++]
    void CloseAllSessions(TElPKCS11SlotInfo &Slot);
    void CloseAllSessions(TElPKCS11SlotInfo *Slot);

[PHP]
    void CloseAllSessions(TElPKCS11SlotInfo $Slot)

[Java]
    not available

Parameters

  • SlotInfo - slot that contains the token.
  • Slot - ...

Description

    Use this method to close all sessions currently opened with the token.
     Note: if you open a new session, it will not be logged in.

See also:     Close     CloseSession     OpenSession    

Discuss this help topic in SecureBlackbox Forum