ModuleAuthenticationWithTokenRefresh 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 ModuleAuthenticationWithTokenRefresh : Microsoft.Azure.Devices.Client.AuthenticationWithTokenRefresh
type ModuleAuthenticationWithTokenRefresh = class
    inherit AuthenticationWithTokenRefresh
Public MustInherit Class ModuleAuthenticationWithTokenRefresh
Inherits AuthenticationWithTokenRefresh
Herança
ModuleAuthenticationWithTokenRefresh

Construtores

ModuleAuthenticationWithTokenRefresh(String, String)

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

ModuleAuthenticationWithTokenRefresh(String, String, Int32, Int32)

Inicializa uma nova instância desta classe.

ModuleAuthenticationWithTokenRefresh(String, String, Int32, Int32, Boolean)

Inicializa uma nova instância desta classe.

Propriedades

DeviceId

Obtém a ID do dispositivo.

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)
ModuleId

Obtém a ID do módulo.

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