DeviceAuthenticationWithRegistrySymmetricKey(String, String) Constructor

Definition

Initializes a new instance of the DeviceAuthenticationWithRegistrySymmetricKey class.

public DeviceAuthenticationWithRegistrySymmetricKey (string deviceId, string key);
new Microsoft.Azure.Devices.Client.DeviceAuthenticationWithRegistrySymmetricKey : string * string -> Microsoft.Azure.Devices.Client.DeviceAuthenticationWithRegistrySymmetricKey
Public Sub New (deviceId As String, key As String)

Parameters

deviceId
String

Device identifier.

key
String

Symmetric key associated with the device.

Applies to