SecondaryAuthenticationFactorRegistration.UpdateDeviceConfigurationDataAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新隨附裝置的組態資料。
注意
此 API 不適用於所有應用程式。 除非您的開發人員帳戶由 Microsoft 特別布建,才能使用 secondaryAuthenticationFactor 功能,否則呼叫此 API 將會失敗。 若要申請核准,請連絡 cdfonboard@microsoft.com 。 如需功能的詳細資訊,請參閱 應用程式功能宣告。 如需隨附裝置架構的概觀,請參閱 Windows 解除鎖定與隨附 (IoT) 裝置 概觀。
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
要更新之裝置的識別碼。
- deviceConfigurationData
- IBuffer
更新的組態資料。 此資料上限為 4KB。
傳回
這個方法不會傳回值。
- 屬性