Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPEntryElement.ProviderID

TElSAMLIDPEntryElement     See also     


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


The unique identifier of the IdP.

Declaration

[C#]
    string ProviderID;

[VB.NET]
    Property ProviderID As String

[Pascal]
    property ProviderID : TSBAnyURI;

[C++]
    void get_ProviderID(std::string &OutResult);
    void set_ProviderID(const std::string &Value);

[PHP]
    string get_ProviderID()
    void set_ProviderID(string $Value)

[Java]
    String getProviderID();
    void setProviderID(String Value);

Description

This property specifies the unique identifier of the IdP.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum