EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificatePoliciesExtension.Remove

TElCertificatePoliciesExtension     See also    


 

This method removes a single PolicyInformation element from list.

 
 

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index : integer);

[VB6]
    Sub IElCertificatePoliciesExtensionX.RemovePolicyInformation(Index As Long)

[ActiveX]
    HRESULT _stdcall IElCertificatePoliciesExtensionX.RemovePolicyInformation([in] long Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

    Call this method to remove the element from list. Element is specified with Index parameter. To add elements, increase the value of Count property.

 
 

See also:     Count     PolicyInformation    

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