PasswordServiceClientCredentialFactory.IsAuthenticationDisabledAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether bot authentication is disabled.
public override System.Threading.Tasks.Task<bool> IsAuthenticationDisabledAsync (System.Threading.CancellationToken cancellationToken);
override this.IsAuthenticationDisabledAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overrides Function IsAuthenticationDisabledAsync (cancellationToken As CancellationToken) As Task(Of Boolean)
Parameters
- cancellationToken
- CancellationToken
A cancellation token.
Returns
A task that represents the work queued to execute.