Partager via


ConfigurationBotFrameworkAuthentication.AuthenticateChannelRequestAsync Méthode

Définition

Authentifiez les demandes du protocole Bot Framework auprès des compétences.

public override System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> AuthenticateChannelRequestAsync (string authHeader, System.Threading.CancellationToken cancellationToken);
override this.AuthenticateChannelRequestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
Public Overrides Function AuthenticateChannelRequestAsync (authHeader As String, cancellationToken As CancellationToken) As Task(Of ClaimsIdentity)

Paramètres

authHeader
String

En-tête d’authentification http reçu dans la demande de compétence.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Tâche asynchrone avec ClaimsIdentity.

S’applique à