Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkLogin(SshGssApiCredentials)
Authenticates to the server using GSSAPI. Kerberos (not on .NET CF) and NTLM methods are supported. This method cannot be used with FTP protocol.
Public methodSupported by the .NET Compact FrameworkLogin(String, SshPrivateKey)
Authenticates the user to the server using his private key and initializes the SFTP session.
Public methodSupported by the .NET Compact FrameworkLogin(String, String)
Authenticates the user to the server.
Public methodSupported by the .NET Compact FrameworkLogin(String, String, SshPrivateKey)
Authenticates the user to the server using a combination of password and public key and initializes the SFTP session. This method cannot be used with FTP protocol.
Public methodSupported by the .NET Compact FrameworkLogin(String, String, String)
Authenticates the user to the FTP server. This method cannot be used with SFTP protocol.

See Also