Gets or sets the initialization vector (IV) for the symmetric algorithm.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Property IV As Byte() Get Set |
| C# |
|---|
public override byte[] IV { get; set; } |
Field Value
Initialization vector.
Remarks
ArcFour is a stream cipher, it does not use IV.