MicrosoftAccountMultiFactorAuthenticationManager.RemoveDeviceAsync 方法

定义

此 API 仅供内部使用,不应在代码中使用。

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)

参数

userAccountId
String

Platform::String

winrt::hstring

此 API 仅供内部使用,不应在代码中使用。

返回

此 API 仅供内部使用,不应在代码中使用。

属性

适用于