dotnet-core/release-notes/3.0/api-diff/3.0.0_System.Security.Authentication.md
2019-09-23 13:07:54 -07:00

158 B

System.Security.Authentication

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