Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPNameIDFormatIndex

TElSAMLServiceProvider     See also     


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


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.

See also:     IDPNameIDFormats    

Discuss this help topic in SecureBlackbox Forum