Discuss this help topic in SecureBlackbox Forum
The index of the name identifier format in the list.
Declaration
[C#]
int IDPNameIDFormatIndex;
[VB.NET]
Property IDPNameIDFormatIndex As Integer
[Pascal]
property IDPNameIDFormatIndex : integer;
[C++]
int32_t get_IDPNameIDFormatIndex();
void set_IDPNameIDFormatIndex(int32_t Value);
[PHP]
integer get_IDPNameIDFormatIndex()
void set_IDPNameIDFormatIndex(integer $Value)
[Java]
int getIDPNameIDFormatIndex();
void setIDPNameIDFormatIndex(int Value);
Description
This property specifies the index of the name identifier format to be used in the IDPNameIDFormats list.
Discuss this help topic in SecureBlackbox Forum