EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Module.OpenSession

TElPKCS11Module     See also    


 

Opens the session.

 
 

Declaration

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

[VB.NET]
    Function OpenSession(ByVal SlotIndex As Integer, ReadOnly As Boolean, ByVal Consumer: TElPKCS11Consumer) As TElPKCS11SessionInfo

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

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • SlotIndex - Index of the slot in the list.
  • ReadOnly - Specifies whether a newly opened session should be read-only.
  • Consumer - This parameter is used to characterize the consumer.
 
 

Return value

    Information about the newly opened session.

 
 

Description

    This is a service function, users should not use it.

 
 

See also:     CloseSession    

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