|
|
@@ -1,4 +1,5 @@ |
|
|
|
using System.Security.Authentication; |
|
|
|
using System.Net.Security; |
|
|
|
using System.Security.Authentication; |
|
|
|
|
|
|
|
namespace MQTTnet.Server |
|
|
|
{ |
|
|
@@ -14,7 +15,9 @@ namespace MQTTnet.Server |
|
|
|
public bool ClientCertificateRequired { get; set; } |
|
|
|
|
|
|
|
public bool CheckCertificateRevocation { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get; set; } |
|
|
|
|
|
|
|
public SslProtocols SslProtocol { get; set; } = SslProtocols.Tls12; |
|
|
|
} |
|
|
|
} |