AesCipher public sealed class AesCipher : BlockCipher, IDisposable AES cipher implementation. Documentation Code namespace Renci.SshNet.Messages { public enum ServiceName { UserAuthentication, Connection } }