共用方式為


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 僅供內部使用,不應在您的程式碼中使用。

屬性

適用於