SecondaryAuthenticationFactorAuthenticationResult.Status Свойство

Определение

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

Примечание

Этот API доступен не для всех приложений. Если ваша учетная запись разработчика не специально подготовлена корпорацией Майкрософт для использования возможности secondaryAuthenticationFactor , вызовы этого API завершатся ошибкой. Чтобы подать заявку на утверждение, обратитесь в .cdfonboard@microsoft.com Дополнительные сведения о возможностях см. в разделе Объявления возможностей приложений. Обзор платформы сопутствующих устройств см. в статье Общие сведения о разблокировке Windows с помощью устройств-компаньонов (IoT).

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

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

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

Атрибуты

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

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