1

C# (RestClient および WebRequest) で API を呼び出すときに TLS バージョンを見つける方法は? TLS のバージョンを変更するには? TLS のバージョンを変更する方法はありますか?

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | 
                                   SecurityProtocolType.Tls11;
4

0 に答える 0