次の方法で共有


BotFrameworkHttpClient.AppCredentialMapCache プロパティ

定義

トークンの取得を高速化するための 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。

適用対象