Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.RemoveCustomUsage

TElExtendedKeyUsageExtension     See also     


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


Removes one Custom Usage.

Declaration

[C#]
    void RemoveCustomUsage(int Index);

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

[Pascal]
    procedure RemoveCustomUsage(Index: integer);

[C++]
    void RemoveCustomUsage(int32_t Index);

[PHP]
    void RemoveCustomUsage(integer $Index)

[Java]
    void removeCustomUsage(int Index);

Parameters

  • Index - index of the Custom Usage to be deleted.

Description

    Use this method to delete one Custom Usage from the list.

See also:     AddCustomUsage     ClearCustomUsages     CustomUsages     CustomUsageCount    

Discuss this help topic in SecureBlackbox Forum