Discuss this help topic in SecureBlackbox Forum

TElCMSSignaturePolicy.AddQualifier

TElCMSSignaturePolicy     See also     


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


Adds a new signature policy qualifier to the list.

Declaration

[C#]
    int AddQualifier();

[VB.NET]
    Function AddQualifier() As Integer

[Pascal]
    function AddQualifier : integer;

[C++]
    int32_t AddQualifier();

[PHP]
    integer AddQualifier()

[Java]
    int addQualifier();

Return value

    Index of the newly added item in the list.

Description

    Use this method to add a new signature policy qualifier to the Qualifiers list.

See also:     Qualifiers     ClearQualifiers     RemoveQualifier    

Discuss this help topic in SecureBlackbox Forum