共用方式為


SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs.StageInfo 屬性

定義

取得驗證階段的資訊。

注意

此 API 不適用於所有應用程式。 除非您的開發人員帳戶由 Microsoft 特別布建,才能使用 secondaryAuthenticationFactor 功能,否則呼叫此 API 將會失敗。 若要申請核准,請連絡 cdfonboard@microsoft.com 。 如需功能的詳細資訊,請參閱 應用程式功能宣告。 如需隨附裝置架構的概觀,請參閱 Windows 解除鎖定與隨附 (IoT) 裝置 概觀。

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

屬性值

驗證階段的資訊。

屬性

適用於

另請參閱