Skip to content

Commit 02c5df4

Browse files
committed
Fix comment
1 parent d3a0d10 commit 02c5df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Connections.Abstractions/src/Features/ITlsHandshakeFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public interface ITlsHandshakeFeature
6666
int HashStrength { get; }
6767

6868
/// <summary>
69-
/// Gets the <see cref="KeyExchangeAlgorithm"/>.
69+
/// Gets the <see cref="ExchangeAlgorithmType"/>.
7070
/// </summary>
7171
#if NETCOREAPP
7272
[Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of ITlsHandshakeFeature are obsolete. Use NegotiatedCipherSuite instead.")]

0 commit comments

Comments
 (0)