Sdílet prostřednictvím


ConfigurationBotFrameworkAuthentication.AuthenticateChannelRequestAsync Metoda

Definice

Ověřte požadavky protokolu Bot Framework na dovednosti.

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)

Parametry

authHeader
String

Hlavička ověřování HTTP přijatá v žádosti o dovednost

cancellationToken
CancellationToken

Token zrušení.

Návraty

Asynchronní úloha s ClaimsIdentity.

Platí pro