ConfigurationBotFrameworkAuthentication.AuthenticateChannelRequestAsync Metodo

Definizione

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.

Si applica a