SecondaryAuthenticationFactorAuthenticationResult.Authentication Свойство

Определение

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

Примечание

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

public:
 property SecondaryAuthenticationFactorAuthentication ^ Authentication { SecondaryAuthenticationFactorAuthentication ^ get(); };
SecondaryAuthenticationFactorAuthentication Authentication();
/// [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")]
SecondaryAuthenticationFactorAuthentication Authentication();
public SecondaryAuthenticationFactorAuthentication Authentication { get; }
public SecondaryAuthenticationFactorAuthentication Authentication { [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 secondaryAuthenticationFactorAuthentication = secondaryAuthenticationFactorAuthenticationResult.authentication;
Public ReadOnly Property Authentication As SecondaryAuthenticationFactorAuthentication

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

Проверка подлинности.

Атрибуты

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

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