Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.Logout

TElPKCS11SessionInfo     See also     


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


Logs out from a token.

Declaration

[C#]
    void Logout();

[VB.NET]
    Sub Logout()

[Pascal]
    procedure Logout;

[C++]
    void Logout();

[PHP]
    void Logout()

[Java]
    void logout();

Description

    Use this method to log out application sessions from the token. After execution of this method any of the application handles to private objects become invalid (even if you later log back into the token, those handles remain invalid). All private session objects from sessions belonging to the application are destroyed.

See also:     Login    

Discuss this help topic in SecureBlackbox Forum