Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.66 KB

webauthenticationcoremanager_findaccountproviderasync_2014778381.md

File metadata and controls

36 lines (25 loc) · 1.66 KB
-api-id -api-type
M:Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.FindAccountProviderAsync(System.String,System.String,Windows.System.User)
winrt method

Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.FindAccountProviderAsync

-description

Asynchronously attempts to find a web account provider.

-parameters

-param webAccountProviderId

The Id of the web account provider to find.

-param authority

The authority of the web account provider to find.

-param user

The user associated with the web account provider to find.

Important

When using "https://login.windows.local" as the webAccountProviderId value, you should not specify an authority value. Use the single-parameter overload of this method instead.

-returns

An asynchronous find operation. On successful completion, contains a WebAccountProvider object representing the found web account provider.

-remarks

-examples

-see-also

Web account management code sample, FindAccountProviderAsync(String), FindAccountProviderAsync(String, String)