public C_SignFinal ( uint session, byte signature, uint &signatureLen ) : CKR | ||
session | uint | The session's handle |
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 | uint | Location that holds the length of the signature |
return | CKR |