// ReSharper disable InconsistentNaming namespace mRemoteNG.Security { public enum BlockCipherEngines { AES, Twofish, Serpent } }