DeviceAuthenticationWithToken(String, String) Constructor

Definition

Initializes a new instance of the DeviceAuthenticationWithToken class.

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

Parameters

deviceId
String

Device Identifier.

token
String

Security Token.

Applies to