Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.SPNameQualifier

TElSAMLServiceProviderInfo     See also     


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


Specifies the name qualifier of the service provider.

Declaration

[C#]
    string SPNameQualifier;

[VB.NET]
    Property SPNameQualifier As String

[Pascal]
    property SPNameQualifier : string;

[C++]
    void get_SPNameQualifier(std::string &OutResult);
    void set_SPNameQualifier(const std::string &Value);

[PHP]
    string get_SPNameQualifier()
    void set_SPNameQualifier(string $Value)

[Java]
    String getSPNameQualifier();
    void setSPNameQualifier(String Value);

Description

This (optional) attribute specifies the namespace in which the assertion subject's identifier must be returned, and provides additional means to identify the SP.

See also:     EntityID    

Discuss this help topic in SecureBlackbox Forum