AllowedCallersClaimsValidator(IList<String>) コンストラクター

定義

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

public AllowedCallersClaimsValidator (System.Collections.Generic.IList<string> allowedCallers);
new Microsoft.Bot.Connector.Authentication.AllowedCallersClaimsValidator : System.Collections.Generic.IList<string> -> Microsoft.Bot.Connector.Authentication.AllowedCallersClaimsValidator
Public Sub New (allowedCallers As IList(Of String))

パラメーター

allowedCallers
IList<String>

許可されている呼び出し元の一覧。

適用対象