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