Update a DigestEncrypt operation
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function DigestEncryptUpdate ( _
data As Byte(), _
key As Key _
) As Byte() |
C# |
---|
public byte[] DigestEncryptUpdate(
byte[] data,
Key key
) |
Visual C++ |
---|
public:
virtual array<unsigned char>^ DigestEncryptUpdate(
[InAttribute] array<unsigned char>^ data,
Key^ key
) sealed |
JavaScript |
---|
function digestEncryptUpdate(data, key); |
Return Value
digest
Implements
ISession..::..DigestEncryptUpdate(array<Byte>[]()[][], Key)Remarks
Exceptions
See Also