Delen via


BotFrameworkHttpClient.AppCredentialMapCache Eigenschap

Definitie

Hiermee haalt u de Cache voor appCredentials op om het verkrijgen van tokens te versnellen (een token wordt niet aangevraagd, tenzij is verlopen). AppCredentials worden in de cache opgeslagen met behulp van appId + scope (deze laatste parameter wordt alleen gebruikt als de app-referenties worden gebruikt om een vaardigheid aan te roepen).

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)

Waarde van eigenschap

Gelijktijdigedictionary van AppCredentials.

Van toepassing op