Discuss this help topic in SecureBlackbox Forum
Specifies the index of the service provider configuration.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum