EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.CloseSession

TElPKCS11CertStorage     See also    


 

Closes the session.

 
 

Declaration

[C#]
    void CloseSession(int SessionIndex);

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

[Pascal]
    procedure CloseSession(SessionIndex: integer);

[VB6]
    Sub IElPKCS11CertStorageX.CloseSession(SessionIndex As Long)

[ActiveX]
    HRESULT _stdcall IElPKCS11CertStorageX.CloseSession([in] long SessionIndex );

[DLL]
    not implemented;
 
 

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    

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