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

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Overrides Property Mode As CipherMode
	Get
	Set
C#
public override CipherMode Mode { get; set; }

Field Value

The mode for operation.

Remarks

ArcFour is a stream cipher, the only mode supported is CipherMode.OFB.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also