Partilhar via


SimpleCredentialProvider.IsAuthenticationDisabledAsync Método

Definição

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

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)

Devoluções

Uma tarefa que representa o trabalho em fila para executar.

Implementações

Observações

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

Aplica-se a