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