MicrosoftAccountMultiFactorAuthenticationManager.UpdateWnsChannelAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette API est destinée à un usage interne uniquement et ne doit pas être utilisée dans votre code.
public:
virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ UpdateWnsChannelAsync(Platform::String ^ userAccountId, Platform::String ^ channelUri) = UpdateWnsChannelAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> UpdateWnsChannelAsync(winrt::hstring const& userAccountId, winrt::hstring const& channelUri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> UpdateWnsChannelAsync(string userAccountId, string channelUri);
function updateWnsChannelAsync(userAccountId, channelUri)
Public Function UpdateWnsChannelAsync (userAccountId As String, channelUri As String) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)
Paramètres
- userAccountId
-
String
Platform::String
winrt::hstring
Cette API est destinée à un usage interne uniquement et ne doit pas être utilisée dans votre code.
- channelUri
-
String
Platform::String
winrt::hstring
Cette API est destinée à un usage interne uniquement et ne doit pas être utilisée dans votre code.
Retours
Cette API est destinée à un usage interne uniquement et ne doit pas être utilisée dans votre code.
- Attributs