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

10 lines
158 B
Markdown

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