WebAuthenticationCoreManager.FindAccountProviderAsync Methode
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
FindAccountProviderAsync(String) |
Versucht asynchron, einen Webkontoanbieter zu finden. |
FindAccountProviderAsync(String, String) |
Versucht asynchron, einen Webkontoanbieter zu finden. |
FindAccountProviderAsync(String, String, User) |
Versucht asynchron, einen Webkontoanbieter zu finden. |
FindAccountProviderAsync(String)
Versucht asynchron, einen Webkontoanbieter zu finden.
public:
static IAsyncOperation<WebAccountProvider ^> ^ FindAccountProviderAsync(Platform::String ^ webAccountProviderId);
/// [Windows.Foundation.Metadata.Overload("FindAccountProviderAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(winrt::hstring const& webAccountProviderId);
[Windows.Foundation.Metadata.Overload("FindAccountProviderAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(string webAccountProviderId);
function findAccountProviderAsync(webAccountProviderId)
Public Shared Function FindAccountProviderAsync (webAccountProviderId As String) As IAsyncOperation(Of WebAccountProvider)
Parameter
- webAccountProviderId
-
String
Platform::String
winrt::hstring
Die ID des zu ermittelnden Webkontoanbieters.
Gibt zurück
Ein asynchroner Suchvorgang. Enthält nach erfolgreicher Fertigstellung ein WebAccountProvider-Objekt , das den gefundenen Webkontoanbieter darstellt.
- Attribute
Weitere Informationen
Gilt für:
FindAccountProviderAsync(String, String)
Versucht asynchron, einen Webkontoanbieter zu finden.
public:
static IAsyncOperation<WebAccountProvider ^> ^ FindAccountProviderAsync(Platform::String ^ webAccountProviderId, Platform::String ^ authority);
/// [Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(winrt::hstring const& webAccountProviderId, winrt::hstring const& authority);
[Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(string webAccountProviderId, string authority);
function findAccountProviderAsync(webAccountProviderId, authority)
Public Shared Function FindAccountProviderAsync (webAccountProviderId As String, authority As String) As IAsyncOperation(Of WebAccountProvider)
Parameter
- webAccountProviderId
-
String
Platform::String
winrt::hstring
Die ID des zu ermittelnden Webkontoanbieters.
- authority
-
String
Platform::String
winrt::hstring
Die Autorität des zu findenden Webkontoanbieters.
Wichtig
Wenn Sie als webAccountProviderId-Wert verwenden"https://login.windows.local"
, sollten Sie keinen Autoritätswert angeben. Verwenden Sie stattdessen die Einzelparameterüberladung dieser Methode.
Gibt zurück
Ein asynchroner Suchvorgang. Enthält nach erfolgreicher Fertigstellung ein WebAccountProvider-Objekt , das den gefundenen Webkontoanbieter darstellt.
- Attribute
Weitere Informationen
Gilt für:
FindAccountProviderAsync(String, String, User)
Versucht asynchron, einen Webkontoanbieter zu finden.
public:
static IAsyncOperation<WebAccountProvider ^> ^ FindAccountProviderAsync(Platform::String ^ webAccountProviderId, Platform::String ^ authority, User ^ user);
/// [Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityForUserAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(winrt::hstring const& webAccountProviderId, winrt::hstring const& authority, User const& user);
[Windows.Foundation.Metadata.Overload("FindAccountProviderWithAuthorityForUserAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccountProvider> FindAccountProviderAsync(string webAccountProviderId, string authority, User user);
function findAccountProviderAsync(webAccountProviderId, authority, user)
Public Shared Function FindAccountProviderAsync (webAccountProviderId As String, authority As String, user As User) As IAsyncOperation(Of WebAccountProvider)
Parameter
- webAccountProviderId
-
String
Platform::String
winrt::hstring
Die ID des zu ermittelnden Webkontoanbieters.
- authority
-
String
Platform::String
winrt::hstring
Die Autorität des zu findenden Webkontoanbieters.
- user
- User
Der dem zu suchenden Webkontoanbieter zugeordnete Benutzer.
Wichtig
Wenn Sie als webAccountProviderId-Wert verwenden"https://login.windows.local"
, sollten Sie keinen Autoritätswert angeben. Verwenden Sie stattdessen die Einzelparameterüberladung dieser Methode.
Gibt zurück
Ein asynchroner Suchvorgang. Enthält nach erfolgreicher Fertigstellung ein WebAccountProvider-Objekt , das den gefundenen Webkontoanbieter darstellt.
- Attribute
Weitere Informationen
- FindAccountProviderAsync(String)
- FindAccountProviderAsync(String, String)
- Codebeispiel für die Webkontoverwaltung