Condividi tramite


MicrosoftAccountMultiFactorAuthenticationManager.GetOneTimePassCodeAsync Metodo

Definizione

Questa API è destinata solo all'uso interno e non deve essere usata nel codice.

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)

Parametri

userAccountId
String

Platform::String

winrt::hstring

Questa API è destinata solo all'uso interno e non deve essere usata nel codice.

codeLength
UInt32

unsigned int

uint32_t

Questa API è destinata solo all'uso interno e non deve essere usata nel codice.

Restituisce

Questa API è destinata solo all'uso interno e non deve essere usata nel codice.

Attributi

Si applica a