Freigeben über


DeviceCodeCredential Konstruktoren

Definition

Überlädt

DeviceCodeCredential()

Erstellt einen neuen DeviceCodeCredential, der Benutzer mithilfe des Gerätecodeflows authentifiziert.

DeviceCodeCredential(DeviceCodeCredentialOptions)

Erstellt eine neue DeviceCodeCredential mit den angegebenen Optionen, die Benutzer mithilfe des Gerätecodeflows authentifiziert.

DeviceCodeCredential()

Quelle:
DeviceCodeCredential.cs
Quelle:
DeviceCodeCredential.cs

Erstellt einen neuen DeviceCodeCredential, der Benutzer mithilfe des Gerätecodeflows authentifiziert.

public DeviceCodeCredential ();
Public Sub New ()

Gilt für:

DeviceCodeCredential(DeviceCodeCredentialOptions)

Quelle:
DeviceCodeCredential.cs
Quelle:
DeviceCodeCredential.cs

Erstellt eine neue DeviceCodeCredential mit den angegebenen Optionen, die Benutzer mithilfe des Gerätecodeflows authentifiziert.

public DeviceCodeCredential (Azure.Identity.DeviceCodeCredentialOptions options);
new Azure.Identity.DeviceCodeCredential : Azure.Identity.DeviceCodeCredentialOptions -> Azure.Identity.DeviceCodeCredential
Public Sub New (options As DeviceCodeCredentialOptions)

Parameter

options
DeviceCodeCredentialOptions

Die Clientoptionen für die neu erstellte DeviceCodeCredential.

Gilt für: