SymmetricAlgorithm: Mode (get)

Mode

Gets the mode for operation of the symmetric algorithm.



 Public Property Get Mode ( ) As CipherMode

Return Values

CipherMode -  The mode for operation of the symmetric algorithm. The default is CipherMode.CBC.

Remarks

See CipherMode enumeration for a description of specific modes.

Read/Write.

See Also

Project CorLib Overview

Class SymmetricAlgorithm Overview