Secure Property  
 

Set or return if a connection to the server is secure.

Syntax

object.Secure [= { True | False } ]

Remarks

The Secure property determines if a secure connection is established to the server. The default value for this property is true, and it is included only for compatibility with the other SocketTools components. Because all SSH connections must be secure, attempting to set this property to a value of false will result in an error.

Data Type

Boolean

See Also

Connect Method, Initialize Method