次の方法で共有


SecondaryAuthenticationFactorInfo.UpdateDevicePresenceAsync メソッド

定義

非推奨になりました。 デバイスにプレゼンス状態を手動で割り当てます。

Note

この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが 、secondaryAuthenticationFactor 機能を使用するように Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは失敗します。 承認を申請するには、 にお問い合わせください cdfonboard@microsoft.com。 機能の詳細については、「 アプリ機能の宣言」を参照してください。 コンパニオン デバイス フレームワークの概要については、「Windows Unlock with companion (IoT) devices overview 」を参照してください。

public:
 virtual IAsyncAction ^ UpdateDevicePresenceAsync(SecondaryAuthenticationFactorDevicePresence presenceState) = UpdateDevicePresenceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction UpdateDevicePresenceAsync(SecondaryAuthenticationFactorDevicePresence const& presenceState);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("UpdateDevicePresenceAsync is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
IAsyncAction UpdateDevicePresenceAsync(SecondaryAuthenticationFactorDevicePresence const& presenceState);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction UpdateDevicePresenceAsync(SecondaryAuthenticationFactorDevicePresence presenceState);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("UpdateDevicePresenceAsync is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction UpdateDevicePresenceAsync(SecondaryAuthenticationFactorDevicePresence presenceState);
function updateDevicePresenceAsync(presenceState)
Public Function UpdateDevicePresenceAsync (presenceState As SecondaryAuthenticationFactorDevicePresence) As IAsyncAction

パラメーター

presenceState
SecondaryAuthenticationFactorDevicePresence

デバイスのプレゼンス状態を示す SecondaryAuthenticationFactorDevicePresence 値。

戻り値

操作の非同期アクション。

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

このメソッドは、コンパニオン デバイスの監視モードが SecondaryAuthenticationFactorDevicePresenceMonitoringMode.AppManaged に設定されている場合にのみ使用する必要があります。 この場合、認証にコンパニオン デバイスを使用しているアプリは、サード パーティ製アプリのプレゼンス監視機能を組み込み、結果に応じて SecondaryAuthenticationFactorDevicePresence 値を手動で割り当てる必要があります。

適用対象