Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.MetadataURL

TElSAMLServiceProvider     See also     


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


This topic is under development.

Declaration

[C#]
    string MetadataURL;

[VB.NET]
    Property MetadataURL As String

[Pascal]
    property MetadataURL : string;

[C++]
    void get_MetadataURL(std::string &OutResult);
    void set_MetadataURL(const std::string &Value);

[PHP]
    string get_MetadataURL()
    void set_MetadataURL(string $Value)

[Java]
    String getMetadataURL();
    void setMetadataURL(String Value);

Description

This property specifies the location of the SP's metadata relative to URL. The default value is '/sp/metadata'.

See also:     SaveMetadata     URL    

Discuss this help topic in SecureBlackbox Forum