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 的映射。

适用于