Share via


IotHubClientAmqpSettings.RemoteCertificateValidationCallback Property

Definition

A callback for remote certificate validation.

public System.Net.Security.RemoteCertificateValidationCallback RemoteCertificateValidationCallback { get; set; }
member this.RemoteCertificateValidationCallback : System.Net.Security.RemoteCertificateValidationCallback with get, set
Public Property RemoteCertificateValidationCallback As RemoteCertificateValidationCallback

Property Value

Remarks

If incorrectly implemented, your device may fail to connect to IoT hub and/or be open to security vulnerabilities.

This feature is only applicable for HTTP, MQTT over TCP, MQTT over web socket, AMQP over TCP. AMQP web socket communication does not support this feature. For users who want this support over AMQP websocket, you must instead provide a ClientWebSocket instance with the desired callback and other websocket options (eg. proxy, keep-alive etc.) set.

Applies to