Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.SecurityHeaders

TElXMLSOAPMessage     See also     


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


Security headers of this message.

Declaration

[C#]
    TElXMLWSSESecurity SecurityHeaders[int Index];

[VB.NET]
    Property SecurityHeaders(ByVal Index As Integer) As TElXMLWSSESecurity

[Pascal]
    property SecurityHeaders[Index : Integer] : TElXMLWSSESecurity;

[C++]
    TElXMLWSSESecurity* get_SecurityHeaders(int32_t Index);

[PHP]
    TElXMLWSSESecurity get_SecurityHeaders(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

Use this property to access a list of WS-Security headers added to this message.

See also:     SecurityHeaderCount     AddSecurityHeader     RemoveSecurityHeader    

Discuss this help topic in SecureBlackbox Forum