Discuss this help topic in SecureBlackbox Forum

TElSAMLRoleDescriptorElement.ErrorURL

TElSAMLRoleDescriptorElement     See also     


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


Location of the error resolution and support information.

Declaration

[C#]
    string ErrorURL;

[VB.NET]
    Property ErrorURL As String

[Pascal]
    property ErrorURL : string;

[C++]
    void get_ErrorURL(std::string &OutResult);
    void set_ErrorURL(const std::string &Value);

[PHP]
    string get_ErrorURL()
    void set_ErrorURL(string $Value)

[Java]
    String getErrorURL();
    void setErrorURL(String Value);

Description

This property specifies a URI location where the user can be directed for error resolution and additional support related to this role.

See also:     ContactPersons    

Discuss this help topic in SecureBlackbox Forum