BotFrameworkHttpClient.AppCredentialMapCache Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan Cache untuk appCredentials untuk mempercepat akuisisi token (token tidak diminta kecuali kedaluwarsa). AppCredentials di-cache menggunakan appId + scope (parameter terakhir ini hanya digunakan jika kredensial aplikasi digunakan untuk memanggil keterampilan).
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)
Nilai Properti
Kamus Bersamaan dari AppCredentials.