FindAllWebAccountsStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含描述 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 | 列舉成功。 |