aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Cryptography/Extensions.cs
AgeCommit message (Collapse)Author
2019-09-17Remove legacy auth code (#1677)Bond-009
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build