Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.AssertionConsumerService

TElSAMLServiceProvider     See also     


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


Specifies the location of the AssertionConsumerService endpoint.

Declaration

[C#]
    string AssertionConsumerService;

[VB.NET]
    Property AssertionConsumerService As String

[Pascal]
    property AssertionConsumerService : string;

[C++]
    void get_AssertionConsumerService(std::string &OutResult);
    void set_AssertionConsumerService(const std::string &Value);

[PHP]
    string get_AssertionConsumerService()
    void set_AssertionConsumerService(string $Value)

[Java]
    String getAssertionConsumerService();
    void setAssertionConsumerService(String Value);

Description

Use this property to specify the relative URL of the AssertionConsumerService endpoint of this SP. The default value is '/sp/AssertionConsumerService'.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum