Enum AesCipherMode
- Namespace
- Renci.SshNet.Security.Cryptography.Ciphers
- Assembly
- Renci.SshNet.dll
Custom AES Cipher Mode, follows System.Security.Cryptography.CipherMode.
public enum AesCipherMode
Fields
CBC = 1Cipher Block Chain Mode.
CFB = 4Cipher Feedback Mode.
CTR = 6Counter Mode.
CTS = 5Cipher Text Stealing Mode.
ECB = 2Electronic Codebook Mode.
OFB = 3Output Feedback Mode.