EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Manager.Objects

TElPKCS11Manager     See also    


 

    Provides access to the Cryptoki 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 - The index of desired object in list. The first object has Index=0, the second has Index=1 and so on.
 
 

Description

    Use this property to retrieve individual objects stored on the cryptographic token.

 
 

See also:     Count     AddObject     RemoveObject     IndexOfObject    

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