Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.SignatureHandlers

TElXMLSOAPMessage     See also     


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


The list of handlers used to sign the message.

Declaration

[C#]
    TElXMLSOAPCustomSignatureHandler SignatureHandlers[int Index];

[VB.NET]
    Property SignatureHandlers(ByVal Index As Integer) As TElXMLSOAPCustomSignatureHandler

[Pascal]
    property SignatureHandlers[Index : Integer] : TElXMLSOAPCustomSignatureHandler;

[C++]
    TElXMLSOAPCustomSignatureHandler* get_SignatureHandlers(int32_t Index);

[PHP]
    TElXMLSOAPCustomSignatureHandler get_SignatureHandlers(integer $Index)

[Java]
    not available

Parameters

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

Description

This property contains a list of handlers used to sign the message.

See also:     SignatureHandlerCount     AddSignature     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum