SecondaryAuthenticationFactorRegistration.UpdateDeviceConfigurationDataAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Updates die Konfigurationsdaten eines Begleitgeräts.
Hinweis
Diese API ist nicht für alle Apps verfügbar. Wenn Ihr Entwicklerkonto nicht speziell von Microsoft für die Verwendung der funktion secondaryAuthenticationFactor bereitgestellt wurde, schlagen Aufrufe dieser API fehl. Wenden Sie sich an cdfonboard@microsoft.com, um eine Genehmigung zu beantragen. Weitere Informationen zu Funktionen finden Sie unter App-Funktionsdeklarationen. Eine Übersicht über das Begleitgeräteframework finden Sie unter Windows Unlock with companion devices (IoT)-Geräte –Übersicht.
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
Parameter
- deviceId
-
String
Platform::String
winrt::hstring
Die ID des zu aktualisierenden Geräts.
- deviceConfigurationData
- IBuffer
Die aktualisierten Konfigurationsdaten. Diese Daten sind auf 4 KB begrenzt.
Gibt zurück
Diese Methode gibt keinen Wert zurück.
- Attribute