Updates a Decrypt operation

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

Syntax

Visual Basic (Declaration)
Public Function DecryptUpdate ( _
	data As Byte() _
) As Byte()
C#
public byte[] DecryptUpdate(
	byte[] data
)
Visual C++
public:
array<unsigned char>^ DecryptUpdate(
	[InAttribute] array<unsigned char>^ data
)
JavaScript
function decryptUpdate(data);

Parameters

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

Return Value

the plain text

Remarks

Call C_DecryptUpdate

See Also