DES: Mode (let)

Mode

Sets the mode the current algorithm is set to.



 Public Property Let Mode(
	  ByVal Value As CipherMode ) :

Parameters

Value
[ByVal] CipherMode. The new mode for the algorithm.

Remarks

The algoritm can operate in several modes. The modes determine how the data is processed from one block to the next.

Read/Write.

See Also

Project CorLib Overview

Class DES Overview