EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.Objects

TElPKCS11SessionInfo     See also    


 

Contains session objects.

 
 

Declaration

[C#]
    TElPKCS11Object Objects[int Index];

[VB.NET]
    Property Objects(ByVal Index As Integer) As TElPKCS11Object

[Pascal]
    property Objects[Index : integer] : TElPKCS11Object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired element in the list. The first object has Index=0, the second has Index=1, and so on.
 
 

Description

    Use this property to access individual session objects. The objects are stored on the token. Use RefreshObjectList and RefreshObjectList methods to synchronise the list with objects on token.

 
 

See also:     ObjectCount     AddObject     RemoveObject     GetObject    

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