Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPListElement.GetComplete

TElSAMLIDPListElement     See also     


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


Specifies where the complete list of trusted IdPs could be found.

Declaration

[C#]
    string GetComplete;

[VB.NET]
    Property GetComplete As String

[Pascal]
    property GetComplete : TSBAnyURI;

[C++]
    void get_GetComplete(std::string &OutResult);
    void set_GetComplete(const std::string &Value);

[PHP]
    string get_GetComplete()
    void set_GetComplete(string $Value)

[Java]
    String getGetComplete();
    void setGetComplete(String Value);

Description

This property specifies the URI location of the complete list of all trusted IdPs, in case IDPEntries is incomplete.

See also:     IDPEntries    

Discuss this help topic in SecureBlackbox Forum