<PackageReference Include="SSH.NET" Version="2013.1.27" />
API Differences between 2013.1.27 and 2013.1.8
52 Additions
18 Removals
Renci.SshNet
-
public abstract class BaseClient : IDisposable
-
public class CipherInfo
- public Func<byte[], byte[], BlockCipher> Cipher { get; }
- public Func<byte[], byte[], Cipher> Cipher { get; }
- public CipherInfo(int keySize, Func<byte[], byte[], BlockCipher> cipher)
- public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher)
-
public class ConnectionInfo
-
public class ExpectAsyncResult : AsyncResult<string>
-
public class HashInfo
-
public class ScpClient : BaseClient
-
public class SftpClient : BaseClient
-
public class ShellStream : Stream
Renci.SshNet.Common
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
Renci.SshNet.Security.Cryptography.Ciphers
Renci.SshNet.Sftp