Derives an initialization vector (of BlockSize length) using the specified generator.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub DeriveIV ( _
	generator As DeriveBytes _
)
C#
public void DeriveIV(
	DeriveBytes generator
)

Parameters

generator
Type: Rebex.Security.Cryptography..::..DeriveBytes
Generator algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also