Returns a pseudo-random key from a password, salt and iteration count.

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

Syntax

Visual Basic
Public Overrides Function GetBytes ( _
	cb As Integer _
) As Byte()
C#
public override byte[] GetBytes(
	int cb
)

Parameters

cb
Type: System..::..Int32
The number of pseudo-random key bytes to generate.

Return Value

A byte array filled with pseudo-random key bytes.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also