Merge pull request #1926 from Bond-009/auth

Add clearer exceptions, warnings and docs
This commit is contained in:
dkanada
2019-11-23 01:14:32 +09:00
committed by GitHub
10 changed files with 63 additions and 57 deletions

View File

@@ -8,10 +8,6 @@ namespace MediaBrowser.Model.Cryptography
IEnumerable<string> GetSupportedHashMethods();
byte[] ComputeHash(string HashMethod, byte[] bytes);
byte[] ComputeHashWithDefaultMethod(byte[] bytes);
byte[] ComputeHash(string HashMethod, byte[] bytes, byte[] salt);
byte[] ComputeHashWithDefaultMethod(byte[] bytes, byte[] salt);