Returns derived bytes.

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

Syntax

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

Parameters

cb
Type: System..::..Int32
The number of bytes to return.

Return Value

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also