We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa3212 commit d1d08c1Copy full SHA for d1d08c1
Source/MQTTnet.Server/Internal/Adapter/MqttTcpServerListener.cs
@@ -202,7 +202,7 @@ await sslStream.AuthenticateAsServerAsync(
202
203
clientCertificate = sslStream.RemoteCertificate as X509Certificate2;
204
205
- // TODO: Check why this export is needed. Is there something else in the RemoveCertificate as a X509Certificate2???
+ // TODO: Check why this export is needed. Is there something else in the RemoteCertificate as a X509Certificate2???
206
if (clientCertificate == null && sslStream.RemoteCertificate != null)
207
{
208
#if NET10_0_OR_GREATER
0 commit comments