SimpleCredentialProvider.IsAuthenticationDisabledAsync 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.
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>
override this.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.
Implémente
Remarques
Si la tâche réussit et que l’authentification du bot est désactivée, le résultat est true ; sinon, false.