Condividi tramite


SecondaryAuthenticationFactorAuthenticationStageInfo.Stage Proprietà

Definizione

Ottiene la fase dell'autenticazione.

Nota

Questa API non è disponibile per tutte le app. A meno che il provisioning dell'account sviluppatore non venga effettuato appositamente da Microsoft per usare la funzionalità secondaryAuthenticationFactor , le chiamate a questa API avranno esito negativo. Per richiedere l'approvazione, contattare cdfonboard@microsoft.com. Per altre informazioni sulle funzionalità, vedere Dichiarazioni di funzionalità delle app. Per una panoramica di Companion Device Framework, vedere panoramica di Sblocco di Windows con dispositivi complementari (IoT ).

public:
 property SecondaryAuthenticationFactorAuthenticationStage Stage { SecondaryAuthenticationFactorAuthenticationStage get(); };
SecondaryAuthenticationFactorAuthenticationStage Stage();
/// [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")]
SecondaryAuthenticationFactorAuthenticationStage Stage();
public SecondaryAuthenticationFactorAuthenticationStage Stage { get; }
public SecondaryAuthenticationFactorAuthenticationStage Stage { [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 secondaryAuthenticationFactorAuthenticationStage = secondaryAuthenticationFactorAuthenticationStageInfo.stage;
Public ReadOnly Property Stage As SecondaryAuthenticationFactorAuthenticationStage

Valore della proprietà

Fase dell'autenticazione.

Attributi

Si applica a

Vedi anche