AllowedCallersClaimsValidator(IList<String>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))