Share via


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

このアプリケーションは、アカウントの一覧を列挙するために認証されません。 開発者は、アカウントを列挙する前に、ID プロバイダーでアプリをホワイトリストに登録する必要があります

NotSupportedByProvider 2

ID プロバイダーは、アカウント列挙をサポートしていません。 現時点では、MSA や AAD などの受信トレイ プロバイダーのみがこの操作をサポートしています

ProviderError 3

ID プロバイダーにエラーが発生しました。 詳細については、FindAllAccountsResult オブジェクトのProviderError プロパティを取得します。

Success 0

列挙が成功しました。

適用対象