MicrosoftAccountMultiFactorAuthenticationManager.RemoveDeviceAsync Method

Definition

This API is for internal use only and should not be used in your code.

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ RemoveDeviceAsync(Platform::String ^ userAccountId) = RemoveDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> RemoveDeviceAsync(winrt::hstring const& userAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> RemoveDeviceAsync(string userAccountId);
function removeDeviceAsync(userAccountId)
Public Function RemoveDeviceAsync (userAccountId As String) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)

Parameters

userAccountId
String

Platform::String

winrt::hstring

This API is for internal use only and should not be used in your code.

Returns

This API is for internal use only and should not be used in your code.

Attributes

Applies to