IotHubServiceClientOptions.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 connections and for AMQP TCP connections. AMQP web socket communication does not support this feature.

Applies to