Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPMessage.IsSigned

TElXMLSOAPMessage     See also     


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


Specifies whether the message is signed.

Declaration

[C#]
    bool IsSigned;

[VB.NET]
    Property IsSigned As Boolean

[Pascal]
    property IsSigned : Boolean;

[C++]
    bool get_IsSigned();

[PHP]
    bool get_IsSigned()

[Java]
    boolean getIsSigned();

Description

Use this property to check whether the message is signed.

See also:     AddSignature     RemoveSignature    

Discuss this help topic in SecureBlackbox Forum