aspnetcore/test
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
..
Microsoft.AspNetCore.Authentication.Core.Test Add AuthenticationProperties.Parameters (#1008) 2018-03-23 09:13:02 -07:00
Microsoft.AspNetCore.Http.Abstractions.Tests Add HostString.MatchesAny #2863 2018-02-13 14:40:14 -08:00
Microsoft.AspNetCore.Http.Extensions.Tests Update samples and tests to target netcoreapp2.1 2017-11-13 15:13:10 -08:00
Microsoft.AspNetCore.Http.Features.Tests Update samples and tests to target netcoreapp2.1 2017-11-13 15:13:10 -08:00
Microsoft.AspNetCore.Http.Tests Add BindingAddress to HttpAbstractions (#977) 2017-12-18 18:40:11 -08:00
Microsoft.AspNetCore.Owin.Tests Update samples and tests to target netcoreapp2.1 2017-11-13 15:13:10 -08:00
Microsoft.AspNetCore.WebUtilities.Tests Update samples and tests to target netcoreapp2.1 2017-11-13 15:13:10 -08:00
Microsoft.Net.Http.Headers.Tests Have definitive values for TheoryData 2018-01-25 14:44:47 -08:00
Directory.Build.props Update samples and tests to target netcoreapp2.1 2017-11-13 15:13:10 -08:00