Condividi tramite


BotFrameworkHttpClient.AppCredentialMapCache Proprietà

Definizione

Ottiene la cache per le credenziali dell'app per velocizzare l'acquisizione del token (un token non viene richiesto a meno che non sia scaduto). AppCredentials viene memorizzato nella cache usando appId + scope (questo ultimo parametro viene usato solo se le credenziali dell'app vengono usate per chiamare una competenza).

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)

Valore della proprietà

ConcurrentDictionary of AppCredentials.

Si applica a