https://bugs.winehq.org/show_bug.cgi?id=43453
--- Comment #9 from Anton Romanov theli.ua@gmail.com --- Looking a bit further looks like .net is using a threadpool to handle message decryption. So pretty much every call to DecryptMessage is executed in a different thread. However it doesn't look like any of those are executed simultaneously