Renci.SshNet.Security.Cryptography.Ciphers.AesCipher
AES cipher implementation.
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public sealed class AesCipher : BlockCipher
{
public AesCipher(byte[] key, CipherMode mode, CipherPadding padding);
}
}