Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.SignatureHandlerCount

TElXMLSOAPMessage     See also     


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


Specifies the number of signature handlers in the list.

Declaration

[C#]
    int SignatureHandlerCount;

[VB.NET]
    Property SignatureHandlerCount As Integer

[Pascal]
    property SignatureHandlerCount : Integer;

[C++]
    int32_t get_SignatureHandlerCount();

[PHP]
    integer get_SignatureHandlerCount()

[Java]
    int getSignatureHandlerCount();

Description

Use this property to check the number of signature handlers in the list.

See also:     SignatureHandlers     AddSignature     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum