Discuss this help topic in SecureBlackbox Forum

TElCMSSignaturePolicy.RemoveQualifier

TElCMSSignaturePolicy     See also     


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


Removes the desired policy qualifier from the list.

Declaration

[C#]
    void RemoveQualifier(int Index);

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

[Pascal]
    procedure RemoveQualifier(Index: integer);

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

[PHP]
    void RemoveQualifier(integer $Index)

[Java]
    void removeQualifier(int Index);

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 item from the Qualifiers list.

See also:     AddQualifier     ClearQualifiers     Qualifiers    

Discuss this help topic in SecureBlackbox Forum