Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.09 KB

webauthenticationcoremanager_findsystemaccountproviderasync_1252484829.md

File metadata and controls

33 lines (22 loc) · 1.09 KB
-api-id -api-type
M:Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.FindSystemAccountProviderAsync(System.String,System.String,Windows.System.User)
winrt method

Windows.Security.Authentication.Web.Core.WebAuthenticationCoreManager.FindSystemAccountProviderAsync

-description

Asynchronously attempts to find a web account provider for device-wide authentication.

-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.

-returns

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

-remarks

-see-also

-examples