Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPSourceID

TElSAMLServiceProvider     See also     


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


Identifies the IdP.

Declaration

[C#]
    byte[] IDPSourceID;

[VB.NET]
    Property IDPSourceID As Byte()

[Pascal]
    property IDPSourceID : ByteArray;

[C++]
    void get_IDPSourceID(std::vector<uint8_t> &OutResult);
    void set_IDPSourceID(const std::vector<uint8_t> &Value);

[PHP]
    string get_IDPSourceID()
    void set_IDPSourceID(array of byte|string|NULL $Value)

[Java]
    byte[] getIDPSourceID();
    void setIDPSourceID(byte[] Value);

Description

Use this property to specify the SourceID (hash value of the identification URL) of the Identity Provider.

See also:     AutoIDPSourceID    

Discuss this help topic in SecureBlackbox Forum