Поделиться через


SecondaryAuthenticationFactorAuthenticationStageChangedEventArgs.StageInfo Свойство

Определение

Возвращает сведения на этапе проверки подлинности.

Примечание

Этот API доступен не для всех приложений. Если ваша учетная запись разработчика не подготовлена корпорацией Майкрософт специально для использования возможности 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

Значение свойства

Сведения на этапе проверки подлинности.

Атрибуты

Применяется к

См. также раздел