Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.Authenticated

TElHTTPSession     See also     


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


Specifies whether the client is authenticated.

Declaration

[C#]
    bool Authenticated;

[VB.NET]
    Property Authenticated As Boolean

[Pascal]
    property Authenticated : boolean;

[C++]
    bool get_Authenticated();
    void set_Authenticated(bool Value);

[PHP]
    bool get_Authenticated()
    void set_Authenticated(bool $Value)

[Java]
    boolean getAuthenticated();
    void setAuthenticated(boolean Value);

Description

This property specifies whether the client is authenticated or not.

See also:     AuthAttempts     AuthCode    

Discuss this help topic in SecureBlackbox Forum