You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks as though there is probably the same issue in other methods as well where the private key file path is passed in. I didn't try it but I think in the case of async methods, the file will be released however the non-async methods don't seem to be releasing the private key file.
The text was updated successfully, but these errors were encountered:
When passing the private key file path to the
Decrypt
method, it does not release the key file after decryption.ChoPGP/ChoPGP/ChoPGPEncryptDecrypt.cs
Line 518 in 007c020
It looks as though there is probably the same issue in other methods as well where the private key file path is passed in. I didn't try it but I think in the case of async methods, the file will be released however the non-async methods don't seem to be releasing the private key file.
The text was updated successfully, but these errors were encountered: