Bagikan melalui


SecondaryAuthenticationFactorAuthenticationStatus Enum

Definisi

Mewakili status operasi autentikasi menggunakan perangkat pendamping.

Catatan

API ini tidak tersedia untuk semua aplikasi. Kecuali akun pengembang Anda disediakan secara khusus oleh Microsoft untuk menggunakan kemampuan secondaryAuthenticationFactor , panggilan ke API ini akan gagal. Untuk mengajukan persetujuan, hubungi cdfonboard@microsoft.com. Untuk informasi selengkapnya tentang kemampuan, lihat Deklarasi kemampuan aplikasi. Untuk gambaran umum Kerangka Kerja Perangkat Pendamping, lihat ringkasan Perangkat Windows Unlock with companion (IoT ).

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
Warisan
SecondaryAuthenticationFactorAuthenticationStatus
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 Anniversary Edition (diperkenalkan dalam 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v3.0)

Bidang

DisabledByPolicy 3

Kerangka kerja perangkat pendamping dinonaktifkan oleh kebijakan.

Failed 0

Autentikasi gagal.

InvalidAuthenticationStage 4

Bukan tahap autentikasi yang valid.

Started 1

Autentikasi dimulai.

UnknownDevice 2

Perangkat pendamping tak dikenal.

Berlaku untuk

Lihat juga