Discuss this help topic in SecureBlackbox Forum

TElSAMLEndpointType.ResponseLocation

TElSAMLEndpointType     See also     


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


An optional different location where responses should be sent.

Declaration

[C#]
    string ResponseLocation;

[VB.NET]
    Property ResponseLocation As String

[Pascal]
    property ResponseLocation : string;

[C++]
    void get_ResponseLocation(std::string &OutResult);
    void set_ResponseLocation(const std::string &Value);

[PHP]
    string get_ResponseLocation()
    void set_ResponseLocation(string $Value)

[Java]
    String getResponseLocation();
    void setResponseLocation(String Value);

Description

Use this property to specify an optional different location to which response messages sent as part of the protocol or profile should be sent. As in case of Location, the syntax of this URI is defined by Binding.

See also:     Location    

Discuss this help topic in SecureBlackbox Forum