public C_VerifyRecover ( ulong session, byte signature, ulong signatureLen, byte data, ulong &dataLen ) : CKR | ||
session | ulong | The session's handle |
signature | byte | Signature |
signatureLen | ulong | The length of signature |
data | byte | /// If set to null then the length of recovered data is returned in "dataLen" parameter, without actually returning recovered data. /// If not set to null then "dataLen" parameter must contain the lenght of data array and recovered data is returned in "data" parameter. /// |
dataLen | ulong | Location that holds the length of the decrypted data |
return | CKR |