共用方式為


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 此配接器。

適用於