You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Servers/Kestrel/Core/src/HttpsConnectionAdapterOptions.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public HttpsConnectionAdapterOptions()
29
29
30
30
/// <summary>
31
31
/// <para>
32
-
/// Specifies the server certificate used to authenticate HTTPS connections. This is ignored if ServerCertificateChain or ServerCertificateSelector is set.
32
+
/// Specifies the server certificate information presented when an https connection is initiated. This is ignored if ServerCertificateSelector is set.
33
33
/// </para>
34
34
/// <para>
35
35
/// If the server certificate has an Extended Key Usage extension, the usages must include Server Authentication (OID 1.3.6.1.5.5.7.3.1).
@@ -39,7 +39,7 @@ public HttpsConnectionAdapterOptions()
39
39
40
40
/// <summary>
41
41
/// <para>
42
-
/// Specifies a full server certificate chain to be used to authenticate HTTPS connections. This is higher priority than ServerCertificateSelector and ServerCertificate.
42
+
/// Specifies the full server certificate chain presented when an https connection is initiated
0 commit comments