DeviceAuthenticationWithToken Classe

Definição

Método de autenticação que usa um token de assinatura de acesso compartilhado.

public sealed class DeviceAuthenticationWithToken : Microsoft.Azure.Devices.Client.IAuthenticationMethod
type DeviceAuthenticationWithToken = class
    interface IAuthenticationMethod
Public NotInheritable Class DeviceAuthenticationWithToken
Implements IAuthenticationMethod
Herança
DeviceAuthenticationWithToken
Implementações

Construtores

DeviceAuthenticationWithToken(String, String)

Inicializa uma nova instância da classe DeviceAuthenticationWithToken.

Propriedades

DeviceId

Obtém ou define o identificador do dispositivo.

Token

Obtém ou define o token de segurança associado ao dispositivo.

Métodos

Populate(IotHubConnectionStringBuilder)

Preenche uma instância fornecida com base nas propriedades da instância atual.

Aplica-se a