Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.AddSecurityHeader

TElXMLSOAPMessage     See also     


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


Adds a new security header to the message.

Declaration

[C#]
    int AddSecurityHeader();

[VB.NET]
    Function AddSecurityHeader() As Integer

[Pascal]
    function AddSecurityHeader : Integer;

[C++]
    int32_t AddSecurityHeader();

[PHP]
    integer AddSecurityHeader()

[Java]
    int addSecurityHeader();

Return value

Returns the index of the newly added item in the list on success, and -1 on failure.

Description

Use this method to add a new WS-Security header to the message.

See also:     SecurityHeaderCount     RemoveSecurityHeader    

Discuss this help topic in SecureBlackbox Forum