SymmetricAlgorithm: Mode (let) |
Sets the mode for operation of the symmetric algorithm.
Public Property Let Mode( ByVal Value As CipherMode ) :
See CipherMode enumeration for a description of specific modes.
Read/Write.
Exception | Condition |
---|---|
CryptographicException | The cipher mode is not one of the CipherMode values. |