Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.AssertionConsumerServiceURL

TElSAMLAuthnRequestElement     See also     


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


Specifies the URL to which the response should be returned.

Declaration

[C#]
    string AssertionConsumerServiceURL;

[VB.NET]
    Property AssertionConsumerServiceURL As String

[Pascal]
    property AssertionConsumerServiceURL : TSBAnyURI;

[C++]
    void get_AssertionConsumerServiceURL(std::string &OutResult);
    void set_AssertionConsumerServiceURL(const std::string &Value);

[PHP]
    string get_AssertionConsumerServiceURL()
    void set_AssertionConsumerServiceURL(string $Value)

[Java]
    String getAssertionConsumerServiceURL();
    void setAssertionConsumerServiceURL(String Value);

Description

This property, typically in conjunction with ProtocolBinding, defines the location to which the response should be returned. This property is used when the requester is different from presenter. This property is mutually exclusive with AssertionConsumerServiceIndex.

See also:     AssertionConsumerServiceIndex     ProtocolBinding    

Discuss this help topic in SecureBlackbox Forum