Skip to content

Commit 4b40a57

Browse files
authored
Fix typo in SHA512 documentation (#8429)
1 parent f81fc7e commit 4b40a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/SHA512.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
<summary>Computes the hash of data using the SHA512 algorithm.</summary>
442442
<returns>The total number of bytes written to <paramref name="destination" />.</returns>
443443
<remarks>To be added.</remarks>
444-
<exception cref="T:System.ArgumentException">The buffer in <paramref name="destination" /> is too small to hold the calculated hash size. The SHA1 algorithm always produces a 512-bit hash, or 64 bytes.</exception>
444+
<exception cref="T:System.ArgumentException">The buffer in <paramref name="destination" /> is too small to hold the calculated hash size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes.</exception>
445445
</Docs>
446446
</Member>
447447
<Member MemberName="HashDataAsync">

0 commit comments

Comments
 (0)