SecondaryAuthenticationFactorRegistration.UpdateDeviceConfigurationDataAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンパニオン デバイスの構成データを更新します。
Note
この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが 、secondaryAuthenticationFactor 機能を使用するように Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは失敗します。 承認を申請するには、 にお問い合わせください cdfonboard@microsoft.com。 機能の詳細については、「 アプリ機能の宣言」を参照してください。 コンパニオン デバイス フレームワークの概要については、「Windows Unlock with companion (IoT) devices overview 」を参照してください。
public:
static IAsyncAction ^ UpdateDeviceConfigurationDataAsync(Platform::String ^ deviceId, IBuffer ^ deviceConfigurationData);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction UpdateDeviceConfigurationDataAsync(winrt::hstring const& deviceId, IBuffer const& deviceConfigurationData);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistration is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
static IAsyncAction UpdateDeviceConfigurationDataAsync(winrt::hstring const& deviceId, IBuffer const& deviceConfigurationData);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction UpdateDeviceConfigurationDataAsync(string deviceId, IBuffer deviceConfigurationData);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistration is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public static IAsyncAction UpdateDeviceConfigurationDataAsync(string deviceId, IBuffer deviceConfigurationData);
function updateDeviceConfigurationDataAsync(deviceId, deviceConfigurationData)
Public Shared Function UpdateDeviceConfigurationDataAsync (deviceId As String, deviceConfigurationData As IBuffer) As IAsyncAction
パラメーター
- deviceId
-
String
Platform::String
winrt::hstring
更新するデバイスの ID。
- deviceConfigurationData
- IBuffer
更新された構成データ。 このデータの上限は 4 KB です。
戻り値
このメソッドは値を返しません。
- 属性