瀏覽代碼

Expose new options in server TLS options.

release/3.x.x
Christian Kratky 5 年之前
父節點
當前提交
2b9b22def6
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      Source/MQTTnet/Server/MqttServerTlsTcpEndpointOptions.cs

+ 3
- 0
Source/MQTTnet/Server/MqttServerTlsTcpEndpointOptions.cs 查看文件

@@ -11,7 +11,10 @@ namespace MQTTnet.Server

public byte[] Certificate { get; set; }

public bool ClientCertificateRequired { get; set; }

public bool CheckCertificateRevocation { get; set; }
public SslProtocols SslProtocol { get; set; } = SslProtocols.Tls12;
}
}

Loading…
取消
儲存