aspnet / DataProtection

[Archived] Data Protection APIs for protecting and unprotecting data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
130 stars 87 forks source link

Factor out internal interface for default directory testing #306

Closed natemcmaster closed 6 years ago

natemcmaster commented 6 years ago

Create an internal abstraction for finding the default directories for key storage. This allows us to run tests without squashing on keys on the developer machine. It also allows us to isolate test runs from reach other.

Fixes https://github.com/aspnet/Home/issues/3034