Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPEntityID

TElSAMLServiceProvider     


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


Specifies the IdP's unique identifier.

Declaration

[C#]
    string IDPEntityID;

[VB.NET]
    Property IDPEntityID As String

[Pascal]
    property IDPEntityID : string;

[C++]
    void get_IDPEntityID(std::string &OutResult);
    void set_IDPEntityID(const std::string &Value);

[PHP]
    string get_IDPEntityID()
    void set_IDPEntityID(string $Value)

[Java]
    String getIDPEntityID();
    void setIDPEntityID(String Value);

Description

This property specifies the unique identifier of the IdP.

Discuss this help topic in SecureBlackbox Forum