MicrosoftAccountMultiFactorAuthenticationManager.AddDeviceAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 API 仅供内部使用,不应在代码中使用。
public:
virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ AddDeviceAsync(Platform::String ^ userAccountId, Platform::String ^ authenticationToken, Platform::String ^ wnsChannelId) = AddDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> AddDeviceAsync(winrt::hstring const& userAccountId, winrt::hstring const& authenticationToken, winrt::hstring const& wnsChannelId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> AddDeviceAsync(string userAccountId, string authenticationToken, string wnsChannelId);
function addDeviceAsync(userAccountId, authenticationToken, wnsChannelId)
Public Function AddDeviceAsync (userAccountId As String, authenticationToken As String, wnsChannelId As String) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)
参数
- userAccountId
-
String
Platform::String
winrt::hstring
此 API 仅供内部使用,不应在代码中使用。
- authenticationToken
-
String
Platform::String
winrt::hstring
此 API 仅供内部使用,不应在代码中使用。
- wnsChannelId
-
String
Platform::String
winrt::hstring
此 API 仅供内部使用,不应在代码中使用。
返回
此 API 仅供内部使用,不应在代码中使用。
- 属性