Discuss this help topic in SecureBlackbox Forum
Specifies the service provider (affiliation of providers) that qualify the ID.
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
Use this property to specify the name of a service provider or affiliation of providers that qualify the identifier.
Discuss this help topic in SecureBlackbox Forum