mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 02:24:44 +01:00
Merge pull request #1926 from Bond-009/auth
Add clearer exceptions, warnings and docs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user