Freigeben über


SecondaryAuthenticationFactorRegistrationResult.Status Eigenschaft

Definition

Ruft den status des Registrierungsversuchs ab.

Hinweis

Diese API ist nicht für alle Apps verfügbar. Wenn Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, um die funktion secondaryAuthenticationFactor zu verwenden, schlagen Aufrufe dieser API fehl. Wenden Sie sich an , cdfonboard@microsoft.comum die Genehmigung zu beantragen. Weitere Informationen zu Funktionen finden Sie unter App-Funktionsdeklarationen. Eine Übersicht über das Companion Device Framework finden Sie in der Übersicht über Windows Unlock with Companion(IoT)-Geräte .

public:
 property SecondaryAuthenticationFactorRegistrationStatus Status { SecondaryAuthenticationFactorRegistrationStatus get(); };
SecondaryAuthenticationFactorRegistrationStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistrationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorRegistrationStatus Status();
public SecondaryAuthenticationFactorRegistrationStatus Status { get; }
public SecondaryAuthenticationFactorRegistrationStatus Status { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistrationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var secondaryAuthenticationFactorRegistrationStatus = secondaryAuthenticationFactorRegistrationResult.status;
Public ReadOnly Property Status As SecondaryAuthenticationFactorRegistrationStatus

Eigenschaftswert

Ein SecondaryAuthenticationFactorRegistrationStatus-Wert , der das Ergebnis des Registrierungsversuchs beschreibt.

Attribute

Gilt für:

Weitere Informationen