EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSCertificateRefs.Remove

TElCMSCertificateRefs     See also    


 

Removes a certificate identifier from the list.

 
 

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index: integer);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the item to be deleted. The first item has Index=0, the second has Index=1, and so on.
 
 

Description

    Use this method to remove the desired certificate identifier from the list.

 
 

See also:     CertIDs     Add    

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