Table of Contents

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 = 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.