<PackageReference Include="SSH.NET" Version="2016.1.0-beta1" />
API Differences between 2016.1.0-beta1 and 2016.0.0
6 Additions
37 Removals
Renci.SshNet
Renci.SshNet.Common
Renci.SshNet.Messages.Connection
Renci.SshNet.Messages.Transport
Renci.SshNet.Security.Cryptography
-
public abstract class Cipher
- public abstract byte[] Decrypt(byte[] input, int offset, int length)
Renci.SshNet.Security.Cryptography.Ciphers
-
public abstract class CipherPadding
- public abstract byte[] Pad(int blockSize, byte[] input, int offset, int length)
- public abstract byte[] Pad(byte[] input, int offset, int length, int paddinglength)