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

Syntax

Visual Basic
Private Sub Process ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
) Implements IHashTransform.Process
C#
void IHashTransform.Process(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
count
Type: System..::..Int32

Implements

IHashTransform..::..Process(array<Byte>[]()[][], Int32, Int32)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also