Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.05 KB

webaccountmanager_addwebaccountasync_1037392843.md

File metadata and controls

33 lines (23 loc) · 1.05 KB
-api-id -api-type
M:Windows.Security.Authentication.Web.Provider.WebAccountManager.AddWebAccountAsync(System.String,System.String,Windows.Foundation.Collections.IMapView{System.String,System.String})
winrt method

Windows.Security.Authentication.Web.Provider.WebAccountManager.AddWebAccountAsync

-description

Adds a new web account asynchronously with three inputs.

-parameters

-param webAccountId

The Id for the web account.

-param webAccountUserName

The user name for the web account.

-param props

Properties for the web account.

-returns

When this method completes, it returns the new web account.

-remarks

-examples

-see-also

AddWebAccountAsync(String, String, IMapView(String, String), WebAccountScope)