EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXMLCertIDList.Insert

TElXMLCertIDList     See also    


 

Inserts a certificate identifier into the list at the specified position.

 
 

Declaration

[C#]
    int Insert(int Index, TElXMLCertID ACertID);

[VB.NET]
    Function Insert(ByVal Index As Integer, ByVal ACertID As TElXMLCertID) As Integer

[Pascal]
    function Insert(Index : integer; ACertID : TElXMLCertID) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - Position at which a new item should be inserted.
  • ACertID - Certificate identifier that should to be added to the list.
 
 

Return value

    Number of the added item in the list.

 
 

Description

    Call this method to insert a certificate identifier into the list at the specified position.

 
 

See also:     CertID     Add    

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