See: Description
| Interface | Description |
|---|---|
| SignatureProvider |
Interface for a valid signature provider
|
| Class | Description |
|---|---|
| IotHubAuthenticationProvider |
Base class for providing authentication for a Device Client or Module Client, including x509 and SAS based authentication.
|
| IotHubSasToken |
Grants device access to an IoT Hub for the specified amount of time.
|
| IotHubSasTokenAuthenticationProvider | |
| IotHubSasTokenHardwareAuthenticationProvider | |
| IotHubSasTokenProvidedAuthenticationProvider |
IotHubSasTokenAuthenticationProvider implementation where the tokens are provided by an instance of SasTokenProvider. |
| IotHubSasTokenSoftwareAuthenticationProvider | |
| IotHubSasTokenWithRefreshAuthenticationProvider |
Authentication method that uses a shared access signature token and allows for token refresh.
|
| IotHubSSLContext |
A simple wrapper for holding the SSLContext used by all connections from clients in this library to the service.
|
| IotHubX509HardwareAuthenticationProvider | |
| IotHubX509SoftwareAuthenticationProvider |
Copyright © 2023. All rights reserved.