Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.44 KB

webaccountmanager_addwebaccountasync_588188797.md

File metadata and controls

39 lines (27 loc) · 1.44 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},Windows.Security.Authentication.Web.Provider.WebAccountScope,System.String)
winrt method

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

-description

Adds a new web account asynchronously with five 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.

-param scope

The scope of the web account.

-param perUserWebAccountId

The per-user web account Id.

-returns

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

-remarks

-examples

-see-also

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