Overview of Azure IoT SDK for .NET
mainThe Microsoft Azure IoT SDK for .NET provides four primary sets of tools for interacting with Azure IoT services:
- IoT Hub Device SDK: Used by client devices to connect to Azure IoT Hub.
- IoT Hub Service SDK: Used by back-end .NET applications to manage IoT Hub service instances.
- Provisioning Device SDK: Used by devices to provision themselves to Azure IoT Hub via the Device Provisioning Service (DPS).
- Provisioning Service SDK: Used by back-end .NET applications to manage the Provisioning service instance.