Hi! As I have mentioned in the previous ticket https://forums.awsgametech.com/t/net-4-6-support/4803/1 I am unable to start matchmaking from Unity.
I have tried out the same code outside of unity and everything works just fine (with ms compiler for .net 4.6). On Unity it doesn’t work (tested on various machines and both with .net3.5 and .net4.6)
Most probably it is related to the fact that Unity builds c# using mono, which might have non-ms-complient cryptography libraries.
Is there any workaround?