Partager via


SimpleCredentialProvider.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>
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.

S’applique à