EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.Logout

TElPKCS11SessionInfo     See also    


 

Logs out from a token.

 
 

Declaration

[C#]
    void Logout();

[VB.NET]
    Sub Logout

[Pascal]
    procedure Logout;

[VB6]
    Sub IElPKCS11SessionInfoX.Logout()

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX.Logout( void );

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation