EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCertificateExtensions.RemoveOther

ElCertificateExtensions     See also    


 

This method removes non-standard extension from the list.

 
 

Declaration

[C#]
    bool RemoveOther(int Index);

[VB.NET]
    Function RemoveOther(ByVal Index As Integer) As Boolean

[Pascal]
    function RemoveOther(Index: integer) : boolean;

[VB6]
    Sub IElCertificateExtensionsX.RemoveOtherExtension(Index As Long)

[ActiveX]
    HRESULT _stdcall IElCertificateExtensionsX.RemoveOtherExtension([in] long Index);

[DLL]
    not implemented;
 
 

Parameters

  • Index - Index of item in list
 
 

Return value

    True if extension was removed successfully.
    False otherwise.

 
 

Description

    Use this method to remove non-standard extension.

 
 

See also:     ClearExtensions     OtherExtensions     OtherCount    

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