diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-10-20 21:12:03 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-10-20 21:12:03 +0200 |
| commit | fef35d0505c6485954b1eb233a5ea67e33fe1138 (patch) | |
| tree | 13c53aa1a6e295196ac935ea21e0c0dcc56f128c /MediaBrowser.Model/Cryptography | |
| parent | fdb0c3a1dff0c1e9c3c22a3be688b97ea0bd7a6d (diff) | |
Add clearer exceptions, warnings and docs
Diffstat (limited to 'MediaBrowser.Model/Cryptography')
| -rw-r--r-- | MediaBrowser.Model/Cryptography/ICryptoProvider.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Model/Cryptography/ICryptoProvider.cs b/MediaBrowser.Model/Cryptography/ICryptoProvider.cs index ce6493232..2d75c9b3e 100644 --- a/MediaBrowser.Model/Cryptography/ICryptoProvider.cs +++ b/MediaBrowser.Model/Cryptography/ICryptoProvider.cs @@ -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); |
