ConfigurationBotFrameworkAuthentication.AuthenticateChannelRequestAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Autenticare le richieste del protocollo Bot Framework alle competenze.
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)
Parametri
- authHeader
- String
Intestazione dell'autenticazione HTTP ricevuta nella richiesta di competenza.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Attività asincrona con ClaimsIdentity.