CryptoSys API
Library Manual
Mode Enumeration
Cipher Mode
Syntax
[C#]
public
enum
Mode
[VB.NET]
Public
Enumeration
Mode
Members
Member name
Description
ECB
Electronic Code Book mode
CBC
Cipher Block Chaining mode
OFB
Output Feedback mode
CFB
Cipher Feedback mode
CTR
Counter mode
[
Contents
] [
Index
]
[
PREV: MacAlgorithm Enumeration...
] [
Contents
] [
Index
]
[
NEXT: Padding Enumeration...
]