次の方法で共有


MicrosoftAccountMultiFactorAuthenticationManager.GetOneTimePassCodeAsync メソッド

定義

この API は内部使用のみを目的としており、コードでは使用しないでください。

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorOneTimeCodedInfo ^> ^ GetOneTimePassCodeAsync(Platform::String ^ userAccountId, unsigned int codeLength) = GetOneTimePassCodeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorOneTimeCodedInfo> GetOneTimePassCodeAsync(winrt::hstring const& userAccountId, uint32_t const& codeLength);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorOneTimeCodedInfo> GetOneTimePassCodeAsync(string userAccountId, uint codeLength);
function getOneTimePassCodeAsync(userAccountId, codeLength)
Public Function GetOneTimePassCodeAsync (userAccountId As String, codeLength As UInteger) As IAsyncOperation(Of MicrosoftAccountMultiFactorOneTimeCodedInfo)

パラメーター

userAccountId
String

Platform::String

winrt::hstring

この API は内部使用のみを目的としており、コードでは使用しないでください。

codeLength
UInt32

unsigned int

uint32_t

この API は内部使用のみを目的としており、コードでは使用しないでください。

返品

この API は内部使用のみを目的としており、コードでは使用しないでください。

属性

適用対象