Implemented interface member:
property
Keys
Microsoft.AspNetCore.Http.ISession.Keys
1 reference to Keys
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
430
public IEnumerable<string> Keys => new List<string>(_session.
Keys
);