Gets or sets the initialization vector.

Namespace: Simol.Security
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string IV { get; set; }
Visual Basic
Public Property IV As String
	Get
	Set
Visual C++
public:
property String^ IV {
	String^ get ();
	void set (String^ value);
}

Field Value

The initialization vector.

Remarks

Use GenerateIV()()()() to create a new IV.

See Also