public class SasAuthentication extends Object
| Constructor and Description |
|---|
SasAuthentication(String endpoint,
com.microsoft.azure.sdk.iot.device.IotHubClientProtocol protocol,
String id,
String scopeId,
ILogger logger) |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.sdk.iot.device.DeviceClient |
RegisterWithDeviceKey(String deviceKey) |
com.microsoft.azure.sdk.iot.device.DeviceClient |
RegisterWithSaSKey(String symKey) |
public com.microsoft.azure.sdk.iot.device.DeviceClient RegisterWithSaSKey(String symKey) throws IoTCentralException
IoTCentralExceptionpublic com.microsoft.azure.sdk.iot.device.DeviceClient RegisterWithDeviceKey(String deviceKey) throws IoTCentralException
IoTCentralExceptionCopyright © 2019. All rights reserved.