diff options
Diffstat (limited to 'crypto/src/tls/TlsServer.cs')
-rw-r--r-- | crypto/src/tls/TlsServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/TlsServer.cs b/crypto/src/tls/TlsServer.cs index 9d8ae966d..153427266 100644 --- a/crypto/src/tls/TlsServer.cs +++ b/crypto/src/tls/TlsServer.cs @@ -29,7 +29,7 @@ namespace Org.BouncyCastle.Tls /// Note that this will only be called when TLS 1.3 or higher is amongst the offered protocol versions, and one /// or more PSKs are actually offered. /// </remarks> - /// <param name="identities">an <see cref="IList"/> of <see cref="PskIdentity"/> instances.</param> + /// <param name="identities">an <see cref="IList{T}"/> of <see cref="PskIdentity"/> instances.</param> /// <returns>The <see cref="TlsPskExternal"/> corresponding to the selected identity, or null to not select /// any.</returns> TlsPskExternal GetExternalPsk(IList<PskIdentity> identities); |