Discuss this help topic in SecureBlackbox Forum

TElSAMLNameIDElement.SPProvidedID

TElSAMLNameIDElement     See also     


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


The name identifier established by the service provider.

Declaration

[C#]
    string SPProvidedID;

[VB.NET]
    Property SPProvidedID As String

[Pascal]
    property SPProvidedID : string;

[C++]
    void get_SPProvidedID(std::string &OutResult);
    void set_SPProvidedID(const std::string &Value);

[PHP]
    string get_SPProvidedID()
    void set_SPProvidedID(string $Value)

[Java]
    String getSPProvidedID();
    void setSPProvidedID(String Value);

Description

This property contains the name identifier established for this entity by the service provider or affiliation of providers.

See also:     SPNameQualifier    

Discuss this help topic in SecureBlackbox Forum