Back to product page

Password property


Password that will be sent to the server.

Type

String.

Syntax

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

Property Password As String

Remarks

This property is required for SSH protocol 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 generated.

Platforms

Windows