You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="deviceId">The device ID (name of your device).</param>
88
-
/// <param name="clientCert">The certificate to connect the device (containing both public and private keys).</param>
90
+
/// <param name="clientCert">The certificate to connect the device (containing both public and private keys). Pass null if you are using the certificate store on the device</param>
89
91
/// <param name="qosLevel">The default quality of assurance level for delivery for the MQTT messages (defaults to the lowest quality).</param>
90
92
/// /// <param name="azureCert">Azure certificate for the connection to Azure IoT Hub</param>
91
93
/// /// <param name="modelId">Azure Plug and Play model ID</param>
0 commit comments