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