DeviceCodeCredential Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET