AllowedCallersClaimsValidator クラス

定義

呼び出しが許可されているアプリケーション ID の単純な一覧に基づいてアプリケーション レベルの承認を追加する要求検証コントロール。

public class AllowedCallersClaimsValidator : Microsoft.Bot.Connector.Authentication.ClaimsValidator
type AllowedCallersClaimsValidator = class
    inherit ClaimsValidator
Public Class AllowedCallersClaimsValidator
Inherits ClaimsValidator
継承
AllowedCallersClaimsValidator

コンストラクター

AllowedCallersClaimsValidator(IList<String>)

AllowedCallersClaimsValidator クラスの新しいインスタンスを初期化します。

メソッド

ValidateClaimsAsync(IList<Claim>)

要求の一覧を検証し、失敗した場合は例外をスローします。

適用対象