Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPEntryElement.Loc

TElSAMLIDPEntryElement     


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


The endpoint supporting the authentication request protocol.

Declaration

[C#]
    string Loc;

[VB.NET]
    Property Loc As String

[Pascal]
    property Loc : TSBAnyURI;

[C++]
    void get_Loc(std::string &OutResult);
    void set_Loc(const std::string &Value);

[PHP]
    string get_Loc()
    void set_Loc(string $Value)

[Java]
    String getLoc();
    void setLoc(String Value);

Description

Use this property to specify the location of the endpoint supporting the authentication request protocol for this profile.

Discuss this help topic in SecureBlackbox Forum