SSL サーバーへの接続時にエラーが発生して困っています。次のようなことをすると、まだ暗号化エラーが発生します。
_client = new TcpClient();
_sslStream = new SslStream(_client.GetStream(), false, (x, y, z, v) => true, null);
それは常に私に CryptographicException: Unsupported hash algorithm: 1.2.840.113549.1.1.11を与えます
この問題を解決する方法はありますか?