Freigeben über


SecondaryAuthenticationFactorAuthenticationStage Enumeration

Definition

Ruft die Phase der Begleitgeräteauthentifizierung ab.

Hinweis

Diese API ist nicht für alle Apps verfügbar. Wenn Ihr Entwicklerkonto nicht speziell von Microsoft für die Verwendung der funktion secondaryAuthenticationFactor bereitgestellt wurde, schlagen Aufrufe dieser API fehl. Wenden Sie sich an cdfonboard@microsoft.com, um eine Genehmigung zu beantragen. Weitere Informationen zu Funktionen finden Sie unter App-Funktionsdeklarationen. Eine Übersicht über das Begleitgeräteframework finden Sie unter Windows Unlock with companion devices (IoT)-Geräte –Übersicht.

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
Vererbung
SecondaryAuthenticationFactorAuthenticationStage
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Felder

CheckingDevicePresence 8

Veraltet. Überprüfen der Gerätepräsenz.

CollectingCredential 2

Sammeln von Anmeldeinformationen.

CredentialAuthenticated 5

Authentifizierte Anmeldeinformationen.

CredentialCollected 4

Gesammelte Anmeldeinformationen

NotStarted 0

Die Authentifizierung wurde nicht gestartet.

ReadyForLock 7

Bereit für die Sperre.

StoppingAuthentication 6

Beenden der Authentifizierung.

SuspendingAuthentication 3

Anhalten der Authentifizierung.

WaitingForUserConfirmation 1

Warten auf Benutzerbestätigung.

Hinweise

Versionsverlauf

Windows-Version SDK-Version Mehrwert
1703 15063 CheckingDevicePresence

Gilt für:

Weitere Informationen