SecondaryAuthenticationFactorAuthenticationStatus 列挙型

定義

コンパニオン デバイスを使用した認証操作の状態を表します。

注意

この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが 、secondaryAuthenticationFactor 機能を使用するように Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは失敗します。 承認を申請するには、 にお問い合わせください cdfonboard@microsoft.com。 機能の詳細については、「 アプリ機能の宣言」を参照してください。 コンパニオン デバイス フレームワークの概要については、「Windows Unlock with companion (IoT) devices overview 」を参照してください。

public enum class SecondaryAuthenticationFactorAuthenticationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SecondaryAuthenticationFactorAuthenticationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStatus is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
enum class SecondaryAuthenticationFactorAuthenticationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SecondaryAuthenticationFactorAuthenticationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStatus is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public enum SecondaryAuthenticationFactorAuthenticationStatus
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorAuthenticationStatus.failed
Public Enum SecondaryAuthenticationFactorAuthenticationStatus
継承
SecondaryAuthenticationFactorAuthenticationStatus
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

フィールド

DisabledByPolicy 3

ポリシーによって無効になっているコンパニオン デバイス フレームワーク。

Failed 0

認証に失敗しました。

InvalidAuthenticationStage 4

有効な認証ステージではありません。

Started 1

認証が開始されました。

UnknownDevice 2

不明なコンパニオン デバイス。

適用対象

こちらもご覧ください