SecondaryAuthenticationFactorAuthenticationResult.Status Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die status der Authentifizierung 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 SecondaryAuthenticationFactorAuthenticationStatus Status { SecondaryAuthenticationFactorAuthenticationStatus get(); };
SecondaryAuthenticationFactorAuthenticationStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorAuthenticationStatus Status();
public SecondaryAuthenticationFactorAuthenticationStatus Status { get; }
public SecondaryAuthenticationFactorAuthenticationStatus Status { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationResult 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 secondaryAuthenticationFactorAuthenticationStatus = secondaryAuthenticationFactorAuthenticationResult.status;
Public ReadOnly Property Status As SecondaryAuthenticationFactorAuthenticationStatus
Eigenschaftswert
Der status der Authentifizierung.
- Attribute