aspnetcore/test/Microsoft.AspNetCore.Authen...
Patrick Westerhoff 72210e4078 Add AuthenticationProperties.Parameters (#1008)
Add a `Parameters` bag to the authentication properties that allow
passing arbitrary parameters to an authentication handler. These values
are not intended for serialization of persistence, only for flowing data
between call sites.

Also make existing `Items` collection helpers protected to allow them to
be reused in subclasses, make string-based helpers public as a public
way to work with the collection, and add helper methods to interact with
the `Parameters` dictionary.
2018-03-23 09:13:02 -07:00
..
AuthenticationPropertiesTests.cs Add AuthenticationProperties.Parameters (#1008) 2018-03-23 09:13:02 -07:00
AuthenticationSchemeProviderTests.cs
AuthenticationServiceTests.cs
Microsoft.AspNetCore.Authentication.Core.Test.csproj
TokenExtensionTests.cs