Discuss this help topic in SecureBlackbox Forum

TElSAMLLogoutRequestElement.SessionIndexes

TElSAMLLogoutRequestElement     


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


The session identifier, on the recepient's side.

Declaration

[C#]
    TElStringList SessionIndexes;

[VB.NET]
    Property SessionIndexes As TElStringList

[Pascal]
    property SessionIndexes : TElStringList;

[C++]
    TElStringList* get_SessionIndexes();

[PHP]
    TElStringList get_SessionIndexes()

[Java]
    TElStringList getSessionIndexes();

Description

This property specifies the session index, on the side of the message recepient.

Discuss this help topic in SecureBlackbox Forum