Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.RemoveOther

TElCertificateExtensions     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;

[C++]
    bool RemoveOther(int32_t Index);

[PHP]
    bool RemoveOther(integer $Index)

[Java]
    boolean removeOther(int Index);

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    

Discuss this help topic in SecureBlackbox Forum