SecondaryAuthenticationFactorAuthenticationStage 列挙型

定義

コンパニオン デバイス認証のステージを取得します。

Note

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

public enum class SecondaryAuthenticationFactorAuthenticationStage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class SecondaryAuthenticationFactorAuthenticationStage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStage 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 SecondaryAuthenticationFactorAuthenticationStage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum SecondaryAuthenticationFactorAuthenticationStage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStage 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 SecondaryAuthenticationFactorAuthenticationStage
var value = Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorAuthenticationStage.notStarted
Public Enum SecondaryAuthenticationFactorAuthenticationStage
継承
SecondaryAuthenticationFactorAuthenticationStage
属性

Windows の要件

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

フィールド

CheckingDevicePresence 8

非推奨になりました。 デバイスの存在を確認します。

CollectingCredential 2

資格情報の収集。

CredentialAuthenticated 5

資格情報が認証されました。

CredentialCollected 4

収集された資格情報

NotStarted 0

認証が開始されていません。

ReadyForLock 7

ロックの準備ができました。

StoppingAuthentication 6

認証の停止。

SuspendingAuthentication 3

認証を中断しています。

WaitingForUserConfirmation 1

ユーザーの確認を待機しています。

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 CheckingDevicePresence

適用対象

こちらもご覧ください