You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/SHA512.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@
441
441
<summary>Computes the hash of data using the SHA512 algorithm.</summary>
442
442
<returns>The total number of bytes written to <paramrefname="destination" />.</returns>
443
443
<remarks>To be added.</remarks>
444
-
<exceptioncref="T:System.ArgumentException">The buffer in <paramrefname="destination" /> is too small to hold the calculated hash size. The SHA1 algorithm always produces a 512-bit hash, or 64 bytes.</exception>
444
+
<exceptioncref="T:System.ArgumentException">The buffer in <paramrefname="destination" /> is too small to hold the calculated hash size. The SHA512 algorithm always produces a 512-bit hash, or 64 bytes.</exception>
0 commit comments