Compartilhar via


SimpleCredentialProvider.IsAuthenticationDisabledAsync Método

Definição

Verifica se a autenticação do bot está desabilitada.

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)

Retornos

Uma tarefa que representa o trabalho enfileirado a ser executado.

Implementações

Comentários

Se a tarefa for bem-sucedida e a autenticação do bot estiver desabilitada, o resultado será verdadeiro; caso contrário, false.

Aplica-se a