Back to product page

Password property


Password that will be sent to the server.

Type

String. Represents your password on the server.

Syntax

  • C#
  • VB.NET
String Password {get; set; };

Property Password As String

Remarks

This property is required for SSH protocol(s) when Authentication is set to Password or Both, so you should enter some value here before calling Connect method.

If wrong login/password combination is used with remote server, an exception will be thrown soon after issuing Connect method.

Property must be set together with Login property. Telnet protocol does not require Login or Password to be set prior to connect, in which case you will get server's prompt where you will be asked to enter them manually.

Platforms

Windows