次の方法で共有


BotFrameworkAuthentication.AuthenticateChannelRequestAsync メソッド

定義

Skills に対する 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非同期タスク。

適用対象