| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceAuthenticationWithSharedAccessPolicyKey
Extend AuthenticationMethod class, provide getters
for protected properties and implement populate function to set
ServiceAuthenticationWithSharedAccessPolicyKey type policy on
given IotHubConnectionString object.
|
class |
ServiceAuthenticationWithSharedAccessPolicyToken
Extend AuthenticationMethod class, provide getters
for protected properties and implement populate function to set
ServiceAuthenticationWithSharedAccessPolicyToken type policy on
given IotHubConnectionString object.
|
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationMethod |
IotHubConnectionString.authenticationMethod |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
IotHubConnectionString.getAuthenticationMethod()
Getter for authenticationMethod
|
| Modifier and Type | Method and Description |
|---|---|
static IotHubConnectionString |
IotHubConnectionStringBuilder.createConnectionString(String hostName,
AuthenticationMethod authenticationMethod)
Static constructor to create IotHubConnectionString from host name and authentication method
|
protected static void |
IotHubConnectionStringBuilder.setAuthenticationMethod(AuthenticationMethod authenticationMethod,
IotHubConnectionString iotHubConnectionString)
Set authentication method to target IotHubConnectionString object
|
Copyright © 2017. All rights reserved.