ConfigurationBotFrameworkAuthentication.AuthenticateChannelRequestAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.