共用方式為


BotFrameworkAuthentication.AuthenticateChannelRequestAsync 方法

定義

驗證技能的 Bot Framework 通訊協定要求。

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

參數

authHeader
String

技能要求中收到的 HTTP 驗證標頭。

cancellationToken
CancellationToken

取消語彙基元。

傳回

具有 的 ClaimsIdentity 非同步工作。

適用於