Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SessionManager

TElSAMLServiceProvider     See also     


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


Stores information about SAML sessions.

Declaration

[C#]
    TElCustomSessionManager SessionManager;

[VB.NET]
    Property SessionManager As TElCustomSessionManager

[Pascal]
    property SessionManager : TElCustomSessionManager;

[C++]
    TElCustomSessionManager* get_SessionManager();
    void set_SessionManager(TElCustomSessionManager &Value);
    void set_SessionManager(TElCustomSessionManager *Value);

[PHP]
    TElCustomSessionManager get_SessionManager()
    void set_SessionManager(TElCustomSessionManager $Value)

[Java]
    TElCustomSessionManager getSessionManager();
    void setSessionManager(TElCustomSessionManager Value);

Description

This property specifies the object responsible for keeping session information. One session manager could be shared between multiple instances of TElSAMLServiceProvider.

See also:     SessionTTL    

Discuss this help topic in SecureBlackbox Forum