| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.auth |
| Modifier and Type | Method and Description |
|---|---|
static IotHubConnectionString |
IotHubConnectionStringBuilder.createIotHubConnectionString(String connectionString)
Static constructor to create IotHubConnectionString from the given string
|
static IotHubConnectionString |
IotHubConnectionStringBuilder.createIotHubConnectionString(String hostName,
AuthenticationMethod authenticationMethod)
Static constructor to create IotHubConnectionString from host name and authentication method
|
protected abstract IotHubConnectionString |
AuthenticationMethod.populate(IotHubConnectionString iotHubConnectionStringBuilder)
Abstract helper function to populate
IotHubConnectionString class with
proper authentication properties |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IotHubConnectionString |
AuthenticationMethod.populate(IotHubConnectionString iotHubConnectionStringBuilder)
Abstract helper function to populate
IotHubConnectionString class with
proper authentication properties |
| Constructor and Description |
|---|
IotHubServiceSasToken(IotHubConnectionString iotHubConnectionString)
Constructor.
|
Copyright © 2024. All rights reserved.