BotFrameworkHttpClient.AppCredentialMapCache 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
토큰 획득 속도를 높이기 위해 appCredentials에 대한 캐시를 가져옵니다(만료되지 않는 한 토큰이 요청되지 않음). AppCredentials는 appId + 범위를 사용하여 캐시됩니다(이 마지막 매개 변수는 앱 자격 증명을 사용하여 기술을 호출하는 경우에만 사용됨).
protected static System.Collections.Concurrent.ConcurrentDictionary<string,Microsoft.Bot.Connector.Authentication.AppCredentials> AppCredentialMapCache { get; }
static member AppCredentialMapCache : System.Collections.Concurrent.ConcurrentDictionary<string, Microsoft.Bot.Connector.Authentication.AppCredentials>
Protected Shared ReadOnly Property AppCredentialMapCache As ConcurrentDictionary(Of String, AppCredentials)
속성 값
의 AppCredentialsConcurrentDictionary