Compartilhar via


DeviceAuthenticationWithToken(String, String) Construtor

Definição

Inicializa uma nova instância da classe DeviceAuthenticationWithToken.

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)

Parâmetros

deviceId
String

Identificador do dispositivo.

token
String

Token de segurança.

Aplica-se a