Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeConsumingServiceElement.Index

TElSAMLAttributeConsumingServiceElement     


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


A unique integer number assigned to this element.

Declaration

[C#]
    int Index;

[VB.NET]
    Property Index As Integer

[Pascal]
    property Index : integer;

[C++]
    int32_t get_Index();
    void set_Index(int32_t Value);

[PHP]
    integer get_Index()
    void set_Index(integer $Value)

[Java]
    int getIndex();
    void setIndex(int Value);

Description

The Index attribute should contain a unique integer which allows to reference this element in a protocol message.

Discuss this help topic in SecureBlackbox Forum