Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSession.LogoutRequestID

TElSAMLSPSession     See also     


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


The identifier of this session's logout request.

Declaration

[C#]
    string LogoutRequestID;

[VB.NET]
    Property LogoutRequestID As String

[Pascal]
    property LogoutRequestID : string;

[C++]
    void get_LogoutRequestID(std::string &OutResult);
    void set_LogoutRequestID(const std::string &Value);

[PHP]
    string get_LogoutRequestID()
    void set_LogoutRequestID(string $Value)

[Java]
    String getLogoutRequestID();
    void setLogoutRequestID(String Value);

Description

This property specifies the ID of this session's logout request.

See also:     AuthnRequestID    

Discuss this help topic in SecureBlackbox Forum