ArcFour.IV Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
IV
Gets or sets the initialization vector (IV) for the symmetric algorithm.
Declaration
public override byte[] IV { get; set; }
Property Value
Type | Description |
---|---|
Byte[] | Initialization vector. |
Overrides
Remarks
ArcFour is a stream cipher, it does not use IV.