Freigeben über


SecondaryAuthenticationFactorAuthenticationStageInfo.Scenario Eigenschaft

Definition

Ruft das Authentifizierungsszenario ab (Anmelde- und Anmeldeaufforderung).

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 SecondaryAuthenticationFactorAuthenticationScenario Scenario { SecondaryAuthenticationFactorAuthenticationScenario get(); };
SecondaryAuthenticationFactorAuthenticationScenario Scenario();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStageInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
SecondaryAuthenticationFactorAuthenticationScenario Scenario();
public SecondaryAuthenticationFactorAuthenticationScenario Scenario { get; }
public SecondaryAuthenticationFactorAuthenticationScenario Scenario { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorAuthenticationStageInfo 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 secondaryAuthenticationFactorAuthenticationScenario = secondaryAuthenticationFactorAuthenticationStageInfo.scenario;
Public ReadOnly Property Scenario As SecondaryAuthenticationFactorAuthenticationScenario

Eigenschaftswert

Das Authentifizierungsszenario.

Attribute

Gilt für:

Weitere Informationen