Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.SecureConnection

TElSSLConnectionInfo     See also     


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


Specifies whether this is a secure connection.

Declaration

[C#]
    bool SecureConnection;

[VB.NET]
    Property SecureConnection As Boolean

[Pascal]
    property SecureConnection : boolean;

[C++]
    bool get_SecureConnection();

[PHP]
    bool get_SecureConnection()

[Java]
    boolean getSecureConnection();

Description

This property returns true if this connection is secure, and false otherwise.

See also:     Initialize    

Discuss this help topic in SecureBlackbox Forum