Hello,
We receive "OPERATION_NOT_INITIALIZED Error n. 145" on the second line of the following code. We have tried several things, and tried to look up on the documantation, but could not find the reason. Any recommendations?
Thanks
Gokhan
this.session.DecryptInit(Mechanism.DES3_ECB, key);
byte[] decrypted = this.session.Decrypt(encrypted);
Did you check the return code of this.session.DecryptInit(Mechanism.DES3_ECB, key)?
Probably this method is returning an error related to the key you passed