EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.OpenSession

TElPKCS11CertStorage     See also    


 

Opens the session.

 
 

Declaration

[C#]
    TElPKCS11SessionInfo OpenSession(int SlotIndex, bool ReadOnly);

[VB.NET]
    Function OpenSession(ByVal SlotIndex As integer, ByVal ReadOnly As Boolean) As TElPKCS11SessionInfo

[Pascal]
    function OpenSession(SlotIndex: integer; ReadOnly: boolean): TElPKCS11SessionInfo;

[VB6]
    Function IElPKCS11CertStorageX.OpenSession(SlotIndex As Long, ReadOnly As Boolean) As IElPKCS11SessionInfoX

[ActiveX]
    HRESULT _stdcall IElPKCS11CertStorageX.OpenSession([in] long SlotIndex, [in] VARIANT_BOOL ReadOnly, [out, retval] IElPKCS11SessionInfoX ** Result );

[DLL]
    not implemented;
 
 

Parameters

  • SlotIndex - index of the slot in the list.
  • ReadOnly - specifies whether the session is read-only.
 
 

Return value

    Information about newly opened session.

 
 

Description

    Opens the connection between an application and a particular token.

 
 

See also:     CloseAllSessions     CloseSession    

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