Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.ServerAuthenticated

TElSSLConnectionInfo     See also     


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


Specifies whether the server is authenticated by client.

Declaration

[C#]
    bool ServerAuthenticated;

[VB.NET]
    Property ServerAuthenticated As Boolean

[Pascal]
    property ServerAuthenticated : boolean;

[C++]
    bool get_ServerAuthenticated();

[PHP]
    bool get_ServerAuthenticated()

[Java]
    boolean getServerAuthenticated();

Description

This property returns true if the server has been authenticated by the client.

See also:     ClientAuthenticated     ServerChain    

Discuss this help topic in SecureBlackbox Forum