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

7.0-rc1_Microsoft.AspNetCore.Server.Kestrel.Https.md « Microsoft.AspNetCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12e867defab9e91bb19481ef1a98f83ff5d510aa (plain)
1
2
3
4
5
6
7
8
9
10
# Microsoft.AspNetCore.Server.Kestrel.Https

``` diff
 namespace Microsoft.AspNetCore.Server.Kestrel.Https {
     public class HttpsConnectionAdapterOptions {
+        public X509Certificate2Collection ServerCertificateChain { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
     }
 }
```