Skip to content

Commit d12c7dd

Browse files
committed
Update doc comments (per blowdart)
1 parent a969ea2 commit d12c7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servers/Kestrel/Core/src/HttpsConnectionAdapterOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public HttpsConnectionAdapterOptions()
2929

3030
/// <summary>
3131
/// <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.
3333
/// </para>
3434
/// <para>
3535
/// 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()
3939

4040
/// <summary>
4141
/// <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
4343
/// </para>
4444
/// </summary>
4545
public X509Certificate2Collection? ServerCertificateChain { get; set; }

0 commit comments

Comments
 (0)