Digests the encrypt update.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Function DigestEncryptUpdate ( _
	data As Byte(), _
	key As Key _
) As Byte()
C#
byte[] DigestEncryptUpdate(
	byte[] data,
	Key key
)
Visual C++
array<unsigned char>^ DigestEncryptUpdate(
	[InAttribute] array<unsigned char>^ data, 
	Key^ key
)
JavaScript
function digestEncryptUpdate(data, key);

Parameters

data
Type: array<System..::..Byte>[]()[]
The data.
key
Type: Cryptware.NCryptoki..::..Key
The key.

Return Value

See Also