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