MicrosoftAccountMultiFactorAuthenticationManager.GetSessionsAndUnregisteredAccountsAsync Method

Definition

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

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo ^> ^ GetSessionsAndUnregisteredAccountsAsync(IIterable<Platform::String ^> ^ userAccountIdList) = GetSessionsAndUnregisteredAccountsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo> GetSessionsAndUnregisteredAccountsAsync(IIterable<winrt::hstring> const& userAccountIdList);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo> GetSessionsAndUnregisteredAccountsAsync(IEnumerable<string> userAccountIdList);
function getSessionsAndUnregisteredAccountsAsync(userAccountIdList)
Public Function GetSessionsAndUnregisteredAccountsAsync (userAccountIdList As IEnumerable(Of String)) As IAsyncOperation(Of MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo)

Parameters

userAccountIdList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<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