Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.LoggedIn

TElSAMLIDPSession     See also     


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


Specifies whether the client is logged in.

Declaration

[C#]
    bool LoggedIn;

[VB.NET]
    Property LoggedIn As Boolean

[Pascal]
    property LoggedIn : boolean;

[C++]
    bool get_LoggedIn();

[PHP]
    bool get_LoggedIn()

[Java]
    boolean getLoggedIn();

Description

Use this property to check if the client is logged in.

See also:     Login    

Discuss this help topic in SecureBlackbox Forum