public C_DigestFinal ( uint session, byte digest, uint &digestLen ) : CKR | ||
session | uint | The session's handle |
digest | byte | /// If set to null then the length of digest is returned in "digestLen" parameter, without actually returning digest. /// If not set to null then "digestLen" parameter must contain the lenght of digest array and digest is returned in "digest" parameter. /// |
digestLen | uint | Location that holds the length of the message digest |
return | CKR |