EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Module.Session

TElPKCS11Module     See also    


 

Returns information about the session.

 
 

Declaration

[C#]
    TElPKCS11SessionInfo Session[int Index];

[VB.NET]
    Property Session[ByVal Index As Integer] As TElPKCS11SessionInfo

[Pascal]
    property Session[Index: Integer]: TElPKCS11SessionInfo;

[VB6]
    not implemented

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index (SessionIndex) - Index of the desired session in the list. The first session has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this read-only property to get information about the session established with the security token.

 
 

See also:     SessionCount    

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