1 write to ClaimsCache
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
28
settings.
ClaimsCache
= new MemoryCache(new MemoryCacheOptions { SizeLimit = settings.ClaimsCacheSize });
3 references to ClaimsCache
Microsoft.AspNetCore.Authentication.Negotiate (3)
Internal\LdapAdapter.cs (3)
26
if (settings.
ClaimsCache
== null)
31
if (settings.
ClaimsCache
.TryGetValue<IEnumerable<string>>(user, out var cachedClaims) && cachedClaims is not null)
88
settings.
ClaimsCache
.Set(user,