Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPSignatureHandler.Actor

TElXMLSOAPSignatureHandler     See also     


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


Indicates the recepient of the header element.

Declaration

[C#]
    string Actor;

[VB.NET]
    Property Actor As String

[Pascal]
    property Actor : XMLString;

[C++]
    void get_Actor(sb_u16string &OutResult);
    void get_Actor(std::wstring &OutResult);
    void set_Actor(const sb_u16string &Value);
    void set_Actor(const std::wstring &Value);

[PHP]
    string get_Actor()
    void set_Actor(string $Value)

[Java]
    String getActor();
    void setActor(String Value);

Description

This property specifies the value of the SOAP env:actor attribute.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum