Sets the initialization vector (IV) with an offset.

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

Syntax

C#
public void SetIV(
	byte[] buf,
	int ofs
)
Visual Basic
Public Sub SetIV ( _
	buf As Byte(), _
	ofs As Integer _
)
Visual C++
public:
void SetIV(
	array<unsigned char>^ buf, 
	int ofs
)

Parameters

buf
Type: array<System..::..Byte>[]()[][]
The buffer containing the new IV material.
ofs
Type: System..::..Int32
Where the IV material starts.

See Also