Gets or sets the initialization vector of the bulk cipher algorithm.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public byte[] IV { get; set; }
Visual Basic
Public Property IV As Byte()
	Get
	Set
Visual C++
public:
property array<unsigned char>^ IV {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Field Value

An array of bytes that contains the initialization vector of the bulk cipher algorithm.

See Also