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 は内部でのみ使用されるため、コードでは使用しないでください。
- 属性