Partager via


DeviceAuthenticationWithTpm Classe

Définition

Méthode d’authentification qui utilise un jeton de signature d’accès partagé et autorise l’actualisation du jeton.

public sealed class DeviceAuthenticationWithTpm : Microsoft.Azure.Devices.Client.DeviceAuthenticationWithTokenRefresh
type DeviceAuthenticationWithTpm = class
    inherit DeviceAuthenticationWithTokenRefresh
Public NotInheritable Class DeviceAuthenticationWithTpm
Inherits DeviceAuthenticationWithTokenRefresh
Héritage

Constructeurs

DeviceAuthenticationWithTpm(String, SecurityProviderTpm)

Initialise une nouvelle instance de la classe avec une DeviceAuthenticationWithTpm durée de vie par défaut de 1 heure et une valeur de pourcentage de mémoire tampon par défaut de 15.

DeviceAuthenticationWithTpm(String, SecurityProviderTpm, Int32, Int32)

Initialise une nouvelle instance de la classe DeviceAuthenticationWithTpm.

DeviceAuthenticationWithTpm(String, SecurityProviderTpm, Int32, Int32, Boolean)

Initialise une nouvelle instance de la classe DeviceAuthenticationWithTpm.

Propriétés

DeviceId

Obtient le DeviceId.

(Hérité de DeviceAuthenticationWithTokenRefresh)
ExpiresOn

Obtient une instantané de l’heure d’expiration du jeton UTC.

(Hérité de AuthenticationWithTokenRefresh)
IsExpiring

Obtient un état d’expiration instantané.

(Hérité de AuthenticationWithTokenRefresh)
RefreshesOn

Obtient une instantané de l’heure d’actualisation du jeton UTC.

(Hérité de AuthenticationWithTokenRefresh)

Méthodes

Dispose()

Libération des ressources

(Hérité de AuthenticationWithTokenRefresh)
Dispose(Boolean)

Libère les ressources non managées utilisées par le composant et libère éventuellement les ressources managées.

(Hérité de AuthenticationWithTokenRefresh)
GetTokenAsync(String)

Obtient une instantané du jeton de sécurité associé à l’appareil. Cet appel est thread-safe.

(Hérité de AuthenticationWithTokenRefresh)
Populate(IotHubConnectionStringBuilder)

Remplit un instance fourni en fonction des propriétés du instance actuel.

(Hérité de DeviceAuthenticationWithTokenRefresh)
SafeCreateNewToken(String, Int32)

Crée un jeton avec une durée de vie suggérée. Cette méthode est thread-safe.

(Hérité de AuthenticationWithTokenRefresh)

S’applique à