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