DeviceAuthenticationWithToken Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET