Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.2 KB

findallwebaccountsstatus.md

File metadata and controls

33 lines (22 loc) · 1.2 KB
-api-id -api-type
T:Windows.Security.Authentication.Web.Core.FindAllWebAccountsStatus
winrt enum

Windows.Security.Authentication.Web.Core.FindAllWebAccountsStatus

-description

Contains values that describe the result of a web account enumeration operation (see the FindAllAccountsAsync method).

-enum-fields

-field Success:0

The enumeration was successful.

-field ProviderError:3

There was an error with the identity provider. Get the ProviderError property of the FindAllAccountsResult object for more information.

-field NotSupportedByProvider:2

The identity provider does not support the account enumeration. For now only inbox providers like MSA and AAD support this operation

-field NotAllowedByProvider:1

This application is not authenticated to enumerating the list of accounts. Developers must whitelist their apps with the identity provider before they can try to enumerate accounts

-remarks

-see-also

-examples