MicrosoftAccountMultiFactorAuthenticationManager.RemoveDeviceAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 は内部使用のみを目的としており、コードでは使用しないでください。
- 属性