Freigeben über


MicrosoftAccountMultiFactorAuthenticationManager.GetOneTimePassCodeAsync Methode

Definition

Diese API ist nur für die interne Verwendung vorgesehen und sollte nicht in Ihrem Code verwendet werden.

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)

Parameter

userAccountId
String

Platform::String

winrt::hstring

Diese API ist nur für die interne Verwendung vorgesehen und sollte nicht in Ihrem Code verwendet werden.

codeLength
UInt32

unsigned int

uint32_t

Diese API ist nur für die interne Verwendung vorgesehen und sollte nicht in Ihrem Code verwendet werden.

Gibt zurück

Diese API ist nur für die interne Verwendung vorgesehen und sollte nicht in Ihrem Code verwendet werden.

Attribute

Gilt für: