public C_Decrypt ( ulong session, byte encryptedData, ulong encryptedDataLen, byte data, ulong &dataLen ) : CKR | ||
session | ulong | The session's handle |
encryptedData | byte | Encrypted data |
encryptedDataLen | ulong | The length of the encrypted data |
data | byte | /// If set to null then the length of decrypted data is returned in "dataLen" parameter, without actually returning decrypted data. /// If not set to null then "dataLen" parameter must contain the lenght of data array and decrypted data is returned in "data" parameter. /// |
dataLen | ulong | Location that holds the length of the decrypted data |
Результат | CKR |