Compartilhar via


DeviceAuthenticationWithTokenRefresh Classe

Definição

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

public abstract class DeviceAuthenticationWithTokenRefresh : Microsoft.Azure.Devices.Client.AuthenticationWithTokenRefresh
type DeviceAuthenticationWithTokenRefresh = class
    inherit AuthenticationWithTokenRefresh
Public MustInherit Class DeviceAuthenticationWithTokenRefresh
Inherits AuthenticationWithTokenRefresh
Herança
DeviceAuthenticationWithTokenRefresh
Derivado

Construtores

DeviceAuthenticationWithTokenRefresh(String)

Inicializa uma nova instância da classe usando configurações de tempo de buffer TTL e TTL padrão.

DeviceAuthenticationWithTokenRefresh(String, Int32, Int32)

Inicializa uma nova instância da classe DeviceAuthenticationWithTokenRefresh.

DeviceAuthenticationWithTokenRefresh(String, Int32, Int32, Boolean)

Inicializa uma nova instância da classe DeviceAuthenticationWithTokenRefresh.

Propriedades

DeviceId

Obtém a DeviceId.

ExpiresOn

Obtém um instantâneo do tempo de expiração do token UTC.

(Herdado de AuthenticationWithTokenRefresh)
IsExpiring

Obtém um estado de expiração instantâneo.

(Herdado de AuthenticationWithTokenRefresh)
RefreshesOn

Obtém um instantâneo do tempo de atualização do token UTC.

(Herdado de AuthenticationWithTokenRefresh)

Métodos

Dispose()

Dispor recursos

(Herdado de AuthenticationWithTokenRefresh)
Dispose(Boolean)

Libera os recursos não gerenciados usados pelo Componente e, opcionalmente, libera os recursos gerenciados.

(Herdado de AuthenticationWithTokenRefresh)
GetTokenAsync(String)

Obtém um instantâneo do token de segurança associado ao dispositivo. Essa chamada é thread-safe.

(Herdado de AuthenticationWithTokenRefresh)
Populate(IotHubConnectionStringBuilder)

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

SafeCreateNewToken(String, Int32)

Cria um novo token com uma TTL sugerida. Esse método é thread-safe.

(Herdado de AuthenticationWithTokenRefresh)

Aplica-se a