Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.43 KB

webauthenticationcoremanager_findaccountproviderasync_567644561.md

File metadata and controls

33 lines (23 loc) · 1.43 KB
-api-id -api-type
M:Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.FindAccountProviderAsync(System.String,System.String)
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.

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)