ArcFourManaged.Mode Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Mode
Gets or sets the mode for operation of the symmetric algorithm. Inherited from ArcFour.
Declaration
public override CipherMode Mode { get; set; }
Property Value
Type | Description |
---|---|
CipherMode | The mode for operation. |
Overrides
Remarks
ArcFour is a stream cipher, the only mode supported is CipherMode.OFB.