다음을 통해 공유


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 대한 애플리케이션의 맵입니다.

적용 대상