Back to product page

Password property


Determines the password to be used with the server.

Type

A String value

Syntax

  • Basic
object.Password [= value]  
The Password(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodTunnel.
valueA String value.

Remarks

This property is required for the SSH protocol when the authPassword authentication type is selected, so you should enter a value here before calling the Connect method.

If the wrong login/password combination is used with the remote server, an error will be generated.

This property is used only if the Authentication property is set to authBoth or authPassword

Platforms

Windows