BotFrameworkAdapter.AppCredentialMap Property

Definition

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.

Applies to