SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.Mode Property

[This is preliminary documentation and subject to change.]

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

public override  Mode {get; set;}

Property Value

The mode for operation of the symmetric algorithm.

Remarks

See CipherMode for a description of specific modes.

Exceptions

Exception Type Condition
CryptographicException The cipher mode is not one of the CipherMode values.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace