次の方法で共有


BotFrameworkAdapter.AppCredentialMap プロパティ

定義

このアダプターの へのアプリケーションのマップを AppCredentials 取得します。

protected System.Collections.Concurrent.ConcurrentDictionary<string,Microsoft.Bot.Connector.Authentication.AppCredentials> AppCredentialMap { get; }
member this.AppCredentialMap : System.Collections.Concurrent.ConcurrentDictionary<string, Microsoft.Bot.Connector.Authentication.AppCredentials>
Protected ReadOnly Property AppCredentialMap As ConcurrentDictionary(Of String, AppCredentials)

プロパティ値

このアダプターの へのアプリケーション AppCredentials のマップ。

適用対象