SymmetricAlgorithm: Mode (let)

Mode

Sets the mode the current algorithm is set to.



 Public Property Let Mode(
	  ByVal RHS As CipherMode ) :

Parameters

RHS
[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 VBCorLib Overview Class SymmetricAlgorithm Overview SymmetricAlgorithm Properties SymmetricAlgorithm Methods Mode (get) Padding (get)