Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview5_System.Net.Security.md « Microsoft.NETCore.App « preview5 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e2ee3c9cffd4ffbd0d539649f2594be28f92cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# System.Net.Security

``` diff
 namespace System.Net.Security {
     public readonly struct SslClientHelloInfo {
         public string ServerName { get; }
         public SslProtocols SslProtocols { get; }
     }
-    public sealed class SslStreamCertificateContext
+    public class SslStreamCertificateContext
 }
```