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