BotFrameworkAdapter.AppCredentialMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the map of applications to AppCredentials for this adapter.
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)
Property Value
The map of applications to AppCredentials for this adapter.