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