FindAllWebAccountsStatus 枚举

定义

包含的值描述 Web 帐户枚举操作的结果 (请参阅 FindAllAccountsAsync 方法) 。

public enum class FindAllWebAccountsStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class FindAllWebAccountsStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum FindAllWebAccountsStatus
var value = Windows.Security.Authentication.Web.Core.FindAllWebAccountsStatus.success
Public Enum FindAllWebAccountsStatus
继承
FindAllWebAccountsStatus
属性

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

字段

NotAllowedByProvider 1

此应用程序未通过身份验证来枚举帐户列表。 开发人员必须先使用标识提供者将其应用加入允许列表,然后才能尝试枚举帐户

NotSupportedByProvider 2

标识提供者不支持帐户枚举。 目前只有收件箱提供程序(如 MSA 和 AAD)支持此操作

ProviderError 3

标识提供者出错。 获取 FindAllAccountsResult 对象的 ProviderError 属性以获取详细信息。

Success 0

枚举成功。

适用于