Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.Authenticated

TElWebDAVClient     See also     


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


Returns true if current user principal is authenticated by the server.

Declaration

[C#]
    bool Authenticated;

[VB.NET]
    Property Authenticated As Boolean

[Pascal]
    property Authenticated : boolean;

[C++]
    bool get_Authenticated();

[PHP]
    bool get_Authenticated()

[Java]
    not available

Description

    Use this property to check whether current user principal is authenticated by the server.

See also:     CurrentUserPrincipal    

Discuss this help topic in SecureBlackbox Forum