Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.AutoIDPSourceID

TElSAMLServiceProvider     See also     


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


Specifies whether the SourceID of the IdP is computed automatically.

Declaration

[C#]
    bool AutoIDPSourceID;

[VB.NET]
    Property AutoIDPSourceID As Boolean

[Pascal]
    property AutoIDPSourceID : boolean;

[C++]
    bool get_AutoIDPSourceID();
    void set_AutoIDPSourceID(bool Value);

[PHP]
    bool get_AutoIDPSourceID()
    void set_AutoIDPSourceID(bool $Value)

[Java]
    boolean getAutoIDPSourceID();
    void setAutoIDPSourceID(boolean Value);

Description

Set this property to true to automatically compute the SourceID (hash value of the identification URL) of the Identity Provider. The default value is true.

See also:     IDPSourceID    

Discuss this help topic in SecureBlackbox Forum