Decrypts the digest update.

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

Syntax

Visual Basic (Declaration)
Function DecryptDigestUpdate ( _
	data As Byte() _
) As Byte()
C#
byte[] DecryptDigestUpdate(
	byte[] data
)
Visual C++
array<unsigned char>^ DecryptDigestUpdate(
	[InAttribute] array<unsigned char>^ data
)
JavaScript
function decryptDigestUpdate(data);

Parameters

data
Type: array<System..::..Byte>[]()[]
The data.

Return Value

See Also