Discuss this help topic in SecureBlackbox Forum

TElSAMLIdPSSOLink.SPIndex

TElSAMLIdPSSOLink     See also     


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


Specifies the index of the service provider configuration.

Declaration

[C#]
    int SPIndex;

[VB.NET]
    Property SPIndex As Integer

[Pascal]
    property SPIndex : integer;

[C++]
    int32_t get_SPIndex();
    void set_SPIndex(int32_t Value);

[PHP]
    integer get_SPIndex()
    void set_SPIndex(integer $Value)

[Java]
    int getSPIndex();
    void setSPIndex(int Value);

Description

    Use this property to specify which service provider should be used out of TElSAMLIdentityProvider.ServiceProviders list.

See also:     TElSAMLIdentityProvider.ServiceProviders    

Discuss this help topic in SecureBlackbox Forum