Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 858 Bytes

webaccountmanager_pushcookiesasync_638667434.md

File metadata and controls

29 lines (20 loc) · 858 Bytes
-api-id -api-type
M:Windows.Security.Authentication.Web.Provider.WebAccountManager.PushCookiesAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IVectorView{Windows.Web.Http.HttpCookie})
winrt method

Windows.Security.Authentication.Web.Provider.WebAccountManager.PushCookiesAsync

-description

Pushes cookies asynchronously. Use this to enable single sign-on for a web account in a browser after the user has entered their credentials into the app.

-parameters

-param uri

The Uri to push the cookies to.

-param cookies

The cookies to push.

-returns

This method does not return a value.

-remarks

-examples

-see-also