2 references to DistributedSessionStore
Microsoft.AspNetCore.Session (2)
DistributedSessionStore.cs (1)
19
/// Initializes a new instance of <see cref="
DistributedSessionStore
"/>.
SessionServiceCollectionExtensions.cs (1)
26
services.TryAddTransient<ISessionStore,
DistributedSessionStore
>();