MicrosoftAccountMultiFactorAuthenticationManager.RemoveDeviceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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