SymmetricAlgorithm: Mode (let)

Mode

Sets the mode for operation of the symmetric algorithm.



 Public Property Let Mode(
	  ByVal Value As CipherMode ) :

Parameters

Value
[ByVal] 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.

Exceptions

ExceptionCondition
CryptographicExceptionThe cipher mode is not one of the CipherMode values.

See Also

Project CorLib Overview

Class SymmetricAlgorithm Overview