API Differences between 2016.0.0 and 2011.7.29
621 Additions
149 Removals
Renci.SshNet
-
public abstract class AuthenticationMethod : IAuthenticationMethod
-
public enum AuthenticationResult
-
public abstract class BaseClient : IDisposable
-
public class CipherInfo
-
public class ConnectionInfo : IConnectionInfoInternal, IConnectionInfo
- public IDictionary<string, Type> AuthenticationMethods { get; }
- public IList<AuthenticationMethod> AuthenticationMethods { get; }
- public IDictionary<string, RequestInfo> ChannelRequests { get; }
- public string ClientVersion { get; }
- public IDictionary<string, Type> Encryptions { get; }
- public string ErrorMessage { get; }
- public IDictionary<string, Type> HmacAlgorithms { get; }
- public string CurrentClientCompressionAlgorithm { get; }
- public string CurrentClientEncryption { get; }
- public string CurrentClientHmacAlgorithm { get; }
- public string CurrentHostKeyAlgorithm { get; }
- public string CurrentKeyExchangeAlgorithm { get; }
- public string CurrentServerCompressionAlgorithm { get; }
- public string CurrentServerEncryption { get; }
- public string CurrentServerHmacAlgorithm { get; }
- public Encoding Encoding { get; set; }
- public IDictionary<string, CipherInfo> Encryptions { get; }
- public IDictionary<string, HashInfo> HmacAlgorithms { get; }
- public IDictionary<string, Type> HostKeyAlgorithms { get; }
- public IDictionary<string, Func<byte[], KeyHostAlgorithm>> HostKeyAlgorithms { get; }
- public abstract string Name { get; }
- public string ProxyHost { get; }
- public string ProxyPassword { get; }
- public int ProxyPort { get; }
- public ProxyTypes ProxyType { get; }
- public string ProxyUsername { get; }
- protected Session Session { get; }
- public string ServerVersion { get; }
- protected ConnectionInfo(string host, int port, string username)
- public bool Authenticate(Session session)
- protected abstract void OnAuthenticate()
- protected void SendMessage(Message message)
- protected virtual void Session_MessageReceived(object sender, MessageEventArgs<Message> e)
- protected virtual void Session_UserAuthenticationBannerMessageReceived(object sender, MessageEventArgs<BannerMessage> e)
- protected virtual void Session_UserAuthenticationFailureReceived(object sender, MessageEventArgs<FailureMessage> e)
- protected virtual void Session_UserAuthenticationSuccessMessageReceived(object sender, MessageEventArgs<SuccessMessage> e)
- protected void WaitHandle(WaitHandle eventWaitHandle)
- public ConnectionInfo(string host, string username, AuthenticationMethod[] authenticationMethods)
- public ConnectionInfo(string host, int port, string username, AuthenticationMethod[] authenticationMethods)
- public ConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword, AuthenticationMethod[] authenticationMethods)
-
public static class Extensions
-
public class ExpectAction
-
public class ExpectAsyncResult : AsyncResult<string>
-
public abstract class ForwardedPort : IForwardedPort
-
public class ForwardedPortDynamic : ForwardedPort
-
public class ForwardedPortLocal : ForwardedPort, IDisposable
-
public class ForwardedPortRemote : ForwardedPort, IDisposable
-
public class HashInfo
-
public interface IForwardedPort
-
public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class KeyboardInteractiveConnectionInfo : ConnectionInfo, IDisposable
- public KeyboardInteractiveConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort)
- public KeyboardInteractiveConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)
- public KeyboardInteractiveConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort)
- public KeyboardInteractiveConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)
- public KeyboardInteractiveConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)
- public KeyboardInteractiveConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)
-
public class NoneConnectionInfo : ConnectionInfo, IDisposable
-
public class NetConfClient : BaseClient
- public bool AutomaticMessageIdHandling { get; set; }
- public XmlDocument ClientCapabilities { get; }
- public TimeSpan OperationTimeout { get; set; }
- public XmlDocument ServerCapabilities { get; }
- public NetConfClient(ConnectionInfo connectionInfo)
- public NetConfClient(string host, int port, string username, string password)
- public NetConfClient(string host, string username, string password)
- public NetConfClient(string host, int port, string username, PrivateKeyFile[] keyFiles)
- public NetConfClient(string host, string username, PrivateKeyFile[] keyFiles)
- public XmlDocument SendCloseRpc()
- public XmlDocument SendReceiveRpc(XmlDocument rpc)
- public XmlDocument SendReceiveRpc(string xml)
-
public class NoneAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class PasswordAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class PasswordConnectionInfo : ConnectionInfo, IDisposable
- public PasswordConnectionInfo(string host, int port, string username, string password, ProxyTypes proxyType, string proxyHost, int proxyPort)
- public PasswordConnectionInfo(string host, int port, string username, string password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)
- public PasswordConnectionInfo(string host, string username, string password, ProxyTypes proxyType, string proxyHost, int proxyPort)
- public PasswordConnectionInfo(string host, string username, string password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)
- public PasswordConnectionInfo(string host, string username, string password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)
- public PasswordConnectionInfo(string host, string username, byte[] password)
- public PasswordConnectionInfo(string host, int port, string username, byte[] password)
- public PasswordConnectionInfo(string host, int port, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort)
- public PasswordConnectionInfo(string host, int port, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)
- public PasswordConnectionInfo(string host, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort)
- public PasswordConnectionInfo(string host, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername)
- public PasswordConnectionInfo(string host, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)
- public PasswordConnectionInfo(string host, int port, string username, byte[] password, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword)
-
public class PrivateKeyAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class PrivateKeyConnectionInfo : ConnectionInfo, IDisposable
- public PrivateKeyConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, PrivateKeyFile[] keyFiles)
- public PrivateKeyConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, PrivateKeyFile[] keyFiles)
- public PrivateKeyConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, PrivateKeyFile[] keyFiles)
- public PrivateKeyConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, PrivateKeyFile[] keyFiles)
- public PrivateKeyConnectionInfo(string host, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword, PrivateKeyFile[] keyFiles)
- public PrivateKeyConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword, PrivateKeyFile[] keyFiles)
-
public class PrivateKeyFile : IDisposable
-
public enum ProxyTypes
-
public class ScpClient : BaseClient
- public uint BufferSize { get; set; }
- public TimeSpan OperationTimeout { get; set; }
- public event EventHandler<ScpDownloadEventArgs> Downloading
- public event EventHandler<ScpUploadEventArgs> Uploading
- public ScpClient(ConnectionInfo connectionInfo)
- public ScpClient(string host, int port, string username, string password)
- public ScpClient(string host, string username, string password)
- public ScpClient(string host, int port, string username, PrivateKeyFile[] keyFiles)
- public ScpClient(string host, string username, PrivateKeyFile[] keyFiles)
- public void Download(string filename, Stream destination)
- public void Download(string filename, FileInfo fileInfo)
- public void Download(string directoryName, DirectoryInfo directoryInfo)
- public void Upload(Stream source, string path)
- public void Upload(FileInfo fileInfo, string path)
- public void Upload(DirectoryInfo directoryInfo, string path)
-
public class Session : ISession, IDisposable
-
public class SftpClient : BaseClient
- public IAsyncResult BeginDownloadFile(string path, Stream output, AsyncCallback asyncCallback, object state)
- public IAsyncResult BeginListDirectory(string path, AsyncCallback asyncCallback, object state)
- public IAsyncResult BeginUploadFile(Stream input, string path, AsyncCallback asyncCallback, object state)
- public IAsyncResult BeginDownloadFile(string path, Stream output)
- public IAsyncResult BeginDownloadFile(string path, Stream output, AsyncCallback asyncCallback)
- public IAsyncResult BeginDownloadFile(string path, Stream output, AsyncCallback asyncCallback, object state, Action<ulong> downloadCallback = null)
- public IAsyncResult BeginListDirectory(string path, AsyncCallback asyncCallback, object state, Action<int> listCallback = null)
- public IAsyncResult BeginSynchronizeDirectories(string sourcePath, string destinationPath, string searchPattern, AsyncCallback asyncCallback, object state)
- public IAsyncResult BeginUploadFile(Stream input, string path)
- public IAsyncResult BeginUploadFile(Stream input, string path, AsyncCallback asyncCallback)
- public IAsyncResult BeginUploadFile(Stream input, string path, AsyncCallback asyncCallback, object state, Action<ulong> uploadCallback = null)
- public IAsyncResult BeginUploadFile(Stream input, string path, bool canOverride, AsyncCallback asyncCallback, object state, Action<ulong> uploadCallback = null)
- public void DownloadFile(string path, Stream output)
- public void DownloadFile(string path, Stream output, Action<ulong> downloadCallback = null)
- public IEnumerable<FileInfo> EndSynchronizeDirectories(IAsyncResult asyncResult)
- public IEnumerable<SftpFile> ListDirectory(string path)
- public SftpFileSytemInformation GetStatus(string path)
- public IEnumerable<SftpFile> ListDirectory(string path, Action<int> listCallback = null)
- public void RenameFile(string oldPath, string newPath, bool isPosix)
- public void UploadFile(Stream input, string path)
- public IEnumerable<FileInfo> SynchronizeDirectories(string sourcePath, string destinationPath, string searchPattern)
- public void UploadFile(Stream input, string path, Action<ulong> uploadCallback = null)
- public void UploadFile(Stream input, string path, bool canOverride, Action<ulong> uploadCallback = null)
-
public class ShellStream : Stream
-
public class SshClient : BaseClient
- public T AddForwardedPort<T>(string boundHost, uint boundPort, string connectedHost, uint connectedPort) where T : ForwardedPort
- public T AddForwardedPort<T>(uint boundPort, string connectedHost, uint connectedPort) where T : ForwardedPort
- public void AddForwardedPort(ForwardedPort port)
- public Shell CreateShell(Stream input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, string terminalMode, int bufferSize)
- public Shell CreateShell(Stream input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, string terminalMode)
- public Shell CreateShell(Stream input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, IDictionary<TerminalModes, uint> terminalModes, int bufferSize)
- public Shell CreateShell(Stream input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, IDictionary<TerminalModes, uint> terminalModes)
- public Shell CreateShell(Encoding encoding, string input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, string terminalMode, int bufferSize)
- public Shell CreateShell(Encoding encoding, string input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, string terminalMode)
- public Shell CreateShell(Encoding encoding, string input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, IDictionary<TerminalModes, uint> terminalModes, int bufferSize)
- public Shell CreateShell(Encoding encoding, string input, Stream output, Stream extendedOutput, string terminalName, uint columns, uint rows, uint width, uint height, IDictionary<TerminalModes, uint> terminalModes)
- public ShellStream CreateShellStream(string terminalName, uint columns, uint rows, uint width, uint height, int bufferSize)
- public ShellStream CreateShellStream(string terminalName, uint columns, uint rows, uint width, uint height, int bufferSize, IDictionary<TerminalModes, uint> terminalModeValues)
-
public class SshCommand : IDisposable
Renci.SshNet.Common
-
public class ASCIIEncoding : Encoding
-
public class AuthenticationPasswordChangeEventArgs : AuthenticationEventArgs
-
public struct BigInteger : IComparable, IFormattable, IComparable<BigInteger>, IEquatable<BigInteger>
- public int BitLength { get; }
- public BigInteger(short sign, uint[] data)
- public static BigInteger Parse(string value, NumberStyles style, IFormatProvider provider)
- public static BigInteger Parse(string value, IFormatProvider provider)
- public static BigInteger Parse(string value)
- public static BigInteger Parse(string value, IFormatProvider provider)
- public static BigInteger Parse(string value, NumberStyles style, IFormatProvider provider)
- public static BigInteger Random(int bitLength)
- public static bool TryParse(string value, NumberStyles style, CultureInfo cultureInfo, out BigInteger result)
- public static bool TryParse(string value, NumberStyles style, IFormatProvider provider, out BigInteger result)
- public string ToString(IFormatProvider provider)
- public string ToString(IFormatProvider provider)
-
public class DerData
-
public class HostKeyEventArgs : EventArgs
-
public class NetConfServerException : SshException
-
public struct ObjectIdentifier
-
public class ProxyException : SshException
-
public class ScpDownloadEventArgs : EventArgs
-
public class ScpException : SshException
-
public class ScpUploadEventArgs : EventArgs
-
public class SftpPathNotFoundException : SshException
-
public class SftpPermissionDeniedException : SshException
-
public class ShellDataEventArgs : EventArgs
-
public class SshAuthenticationException : SshException
-
public class SshConnectionException : SshException
-
public abstract class SshData
-
public class SshDataStream : MemoryStream
-
public class SshException : Exception
-
public class SshOperationTimeoutException : SshException
-
public class SshPassPhraseNullOrEmptyException : SshException
-
public enum TerminalModes
Renci.SshNet.Compression
Renci.SshNet.Messages.Authentication
Renci.SshNet.Messages.Connection
Renci.SshNet.Messages.Transport
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
-
public abstract class AsymmetricCipher : Cipher
-
public class CbcMode : ModeBase
-
public class CfbMode : ModeBase
-
public abstract class CipherBase
-
public enum CipherModeEx
-
public class CtrMode : ModeBase
-
public class DesCipher : CipherBase
-
public abstract class BlockCipher : SymmetricCipher
-
public abstract class Cipher
- public abstract byte MinimumSize { get; }
- protected Cipher()
- protected static uint BigEndianToUInt32(byte[] buffer)
- protected static uint BigEndianToUInt32(byte[] buffer, int offset)
- protected static ulong BigEndianToUInt64(byte[] buffer)
- protected static ulong BigEndianToUInt64(byte[] buffer, int offset)
- protected static uint LittleEndianToUInt32(byte[] buffer)
- protected static uint LittleEndianToUInt32(byte[] buffer, int offset)
- protected static ulong LittleEndianToUInt64(byte[] buffer)
- protected static ulong LittleEndianToUInt64(byte[] buffer, int offset)
- protected static void UInt32ToBigEndian(uint number, byte[] buffer)
- protected static void UInt32ToBigEndian(uint number, byte[] buffer, int offset)
- protected static void UInt32ToLittleEndian(uint number, byte[] buffer)
- protected static void UInt32ToLittleEndian(uint number, byte[] buffer, int offset)
- protected static void UInt64ToBigEndian(ulong number, byte[] buffer)
- protected static void UInt64ToBigEndian(ulong number, byte[] buffer, int offset)
- protected static void UInt64ToLittleEndian(ulong number, byte[] buffer)
- protected static void UInt64ToLittleEndian(ulong number, byte[] buffer, int offset)
- public abstract byte[] Decrypt(byte[] input)
- public byte[] Encrypt(byte[] input)
- public abstract byte[] Encrypt(byte[] input, int offset, int length)
-
public abstract class CipherDigitalSignature : DigitalSignature
-
public abstract class DigitalSignature
- public abstract byte[] CreateSignature(byte[] input)
- public abstract bool VerifySignature(byte[] input, byte[] signature)
- public abstract byte[] Sign(byte[] input)
- public abstract bool Verify(byte[] input, byte[] signature)
-
public class HMAC<T> : KeyedHashAlgorithm where T : HashAlgorithm
-
public class MD5Hash : HashAlgorithm
-
public abstract class ModeBase : CipherBase
-
public class OfbMode : ModeBase
-
public class RSACipher : AsymmetricCipher
-
public class RSADigitalSignature : DigitalSignature
-
public class RSAPrivateKey : RSAPublicKey
-
public class RSAPublicKey
-
public class SHA1Hash : HashAlgorithm
-
public class SHA256Hash : HashAlgorithm
-
public class TripleDesCipher : DesCipher
-
public class DsaDigitalSignature : DigitalSignature, IDisposable
-
public class HMACMD5 : HMACMD5
-
public class HMACSHA1 : HMACSHA1
-
public class HMACSHA256 : HMACSHA256
-
public class HMACSHA384 : HMACSHA384
-
public class HMACSHA512 : HMACSHA512
-
public class RsaDigitalSignature : CipherDigitalSignature, IDisposable
-
public abstract class StreamCipher : SymmetricCipher
-
public abstract class SymmetricCipher : Cipher
- protected byte[] Key { get; }
- protected SymmetricCipher(byte[] key)
- public abstract int DecryptBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
- public abstract int EncryptBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
Renci.SshNet.Security.Cryptography.Ciphers
-
public sealed class AesCipher : BlockCipher
-
public sealed class Arc4Cipher : StreamCipher
- public Arc4Cipher(byte[] key, bool dischargeFirstBytes)
-
public sealed class BlowfishCipher : BlockCipher
-
public sealed class CastCipher : BlockCipher
-
public abstract class CipherMode
- protected int _blockSize
- protected BlockCipher Cipher
- protected byte[] IV
- protected CipherMode(byte[] iv)
- public abstract int DecryptBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
- public abstract int EncryptBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
-
public abstract class CipherPadding
- protected CipherPadding()
- public abstract byte[] Pad(int blockSize, byte[] input)
- public abstract byte[] Pad(byte[] input, int length)
-
public class DesCipher : BlockCipher
-
public class RsaCipher : AsymmetricCipher
-
public sealed class SerpentCipher : BlockCipher
-
public sealed class TripleDesCipher : DesCipher
-
public sealed class TwofishCipher : BlockCipher
Renci.SshNet.Security.Cryptography.Ciphers.Modes
Renci.SshNet.Security.Cryptography.Ciphers.Paddings
Renci.SshNet.Sftp