public C_DecryptUpdate ( uint session, byte encryptedPart, uint encryptedPartLen, byte part, uint &partLen ) : CKR | ||
session | uint | The session's handle |
encryptedPart | byte | Encrypted data part |
encryptedPartLen | uint | Length of the encrypted data part |
part | byte | /// If set to null then the length of decrypted data part is returned in "partLen" parameter, without actually returning decrypted data part. /// If not set to null then "partLen" parameter must contain the lenght of part array and decrypted data part is returned in "part" parameter. /// |
partLen | uint | Location that holds the length of the decrypted data part |
return | CKR |