dotnet-core/release-notes/3.0/api-diff/.Net/3.0.0_System.Security.Authentication.md
2019-10-10 13:57:00 -07:00

158 B

System.Security.Authentication

 namespace System.Security.Authentication {
     public enum SslProtocols {
+        Tls13 = 12288,
     }
 }