Skip to content

Commit cd48fcc

Browse files
feature/v2
- Updated docs.
1 parent 1e581ef commit cd48fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OnixLabs.Security.Cryptography/HashAlgorithmType.Get.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public HashAlgorithm GetHashAlgorithm(int length = UnknownLength)
5858
/// </summary>
5959
/// <param name="key">The key that should be used by the keyed hash algorithm.</param>
6060
/// <returns>Returns a <see cref="KeyedHashAlgorithm"/> for this <see cref="HashAlgorithmType"/>.</returns>
61-
/// <exception cref="ArgumentException">If the hash algorithm is unknown.</exception>
61+
/// <exception cref="ArgumentException">If the hash algorithm is unknown or is not a keyed hash algorithm.</exception>
6262
public KeyedHashAlgorithm GetKeyedHashAlgorithm(byte[]? key = null)
6363
{
6464
if (!Keyed)

0 commit comments

Comments
 (0)