Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.ClientAuthenticated

TElSSLConnectionInfo     See also     


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


Specifies whether the client is authenticated.

Declaration

[C#]
    bool ClientAuthenticated;

[VB.NET]
    Property ClientAuthenticated As Boolean

[Pascal]
    property ClientAuthenticated : boolean;

[C++]
    bool get_ClientAuthenticated();

[PHP]
    bool get_ClientAuthenticated()

[Java]
    boolean getClientAuthenticated();

Description

This read-only property returns true if the client is authenticated, and false otherwise.

See also:     ClientChain    

Discuss this help topic in SecureBlackbox Forum