MicrosoftAccountMultiFactorAuthenticationManager.AddDeviceAsync 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.
Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.
public:
virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ AddDeviceAsync(Platform::String ^ userAccountId, Platform::String ^ authenticationToken, Platform::String ^ wnsChannelId) = AddDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> AddDeviceAsync(winrt::hstring const& userAccountId, winrt::hstring const& authenticationToken, winrt::hstring const& wnsChannelId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> AddDeviceAsync(string userAccountId, string authenticationToken, string wnsChannelId);
function addDeviceAsync(userAccountId, authenticationToken, wnsChannelId)
Public Function AddDeviceAsync (userAccountId As String, authenticationToken As String, wnsChannelId As String) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)
Parameter
- userAccountId
-
String
Platform::String
winrt::hstring
Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.
- authenticationToken
-
String
Platform::String
winrt::hstring
Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.
- wnsChannelId
-
String
Platform::String
winrt::hstring
Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.
Gibt zurück
Diese API dient nur zur internen Verwendung und sollte nicht in Ihrem Code verwendet werden.
- Attribute