Updates a Digest operation
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function DigestUpdate ( _
data As Byte() _
) As Integer |
C# |
---|
public int DigestUpdate(
byte[] data
) |
Visual C++ |
---|
public:
virtual int DigestUpdate(
[InAttribute] array<unsigned char>^ data
) sealed |
JavaScript |
---|
function digestUpdate(data); |
Parameters
- data
- Type: array<System..::..Byte>[]()[]
data to digest
Return Value
0 if no error occurs, PKCS#11 error code otherwise
Implements
ISession..::..DigestUpdate(array<Byte>[]()[][])Remarks
See Also