Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# (RestClient および WebRequest) で API を呼び出すときに TLS バージョンを見つける方法は? TLS のバージョンを変更するには? TLS のバージョンを変更する方法はありますか?
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11;