Partager via


ICredentialProvider.IsAuthenticationDisabledAsync Méthode

Définition

Vérifie si l’authentification du bot est désactivée.

public System.Threading.Tasks.Task<bool> IsAuthenticationDisabledAsync ();
abstract member IsAuthenticationDisabledAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function IsAuthenticationDisabledAsync () As Task(Of Boolean)

Retours

Tâche qui représente le travail mis en file d’attente pour s’exécuter.

Remarques

Si la tâche réussit et que l’authentification du bot est désactivée, le résultat est true ; sinon, false.

Cette méthode est asynchrone pour activer les implémentations personnalisées qui peuvent avoir besoin d’appeler à serviced pour valider la paire appId/password.

S’applique à