Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider.Mode Property

Gets or sets the mode for operation of the symmetric algorithm.

[Visual Basic]
Overrides Public Property Mode As CipherMode
[C#]
public override System.Security.Cryptography.CipherMode Mode {get; set;}

Property Value

The mode for operation of the symmetric algorithm.

Remarks

See CipherMode for a description of specific modes.

Exceptions

Exception TypeCondition
CryptographicExceptionThe cipher mode is not one of the CipherMode values.

See Also

RijndaelCryptoServiceProvider Class | RijndaelCryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace