Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnStatementElement.SessionIndex

TElSAMLAuthnStatementElement     


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


Specifies the session index of an authenticated principal.

Declaration

[C#]
    string SessionIndex;

[VB.NET]
    Property SessionIndex As String

[Pascal]
    property SessionIndex : string;

[C++]
    void get_SessionIndex(std::string &OutResult);
    void set_SessionIndex(const std::string &Value);

[PHP]
    string get_SessionIndex()
    void set_SessionIndex(string $Value)

[Java]
    String getSessionIndex();
    void setSessionIndex(String Value);

Description

Use this property to specify the session index of the authenticated principal.

Discuss this help topic in SecureBlackbox Forum