소스 검색

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;
}
}

불러오는 중...
취소
저장