PowerTCP SSH and SFTP for .NET
SshLoginData Class Members
Properties 


The following tables list the members exposed by SshLoginData.

Public Constructors
 NameDescription
Public ConstructorSshLoginData ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyHostNameOrAddress The hostname or address in dot notation. (Inherited from Dart.Ssh.LoginData)
Public PropertyPassphrase Passphrase for the PEM private key. Can be null or empty.  
Public PropertyPassword The password for basic authentication. (Inherited from Dart.Ssh.LoginData)
Public PropertyPem PEM-encoded DSA/RSA private key in OpenSSH, SSH2, or SSH.com key format. Can be null or empty.  
Public PropertyPort The port. (Inherited from Dart.Ssh.LoginData)
Public PropertySubmethods An array of preferred authentication submethods to suggest to the server. May be 0-length or null.  
Public PropertyUsername The username for basic authentication (null if no authentication is needed). (Inherited from Dart.Ssh.LoginData)
Top
See Also

Reference

SshLoginData Class
Dart.Ssh Namespace


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic