Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/SHA512.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<summary>Computes the hash of data using the SHA512 algorithm.</summary>
<returns>The total number of bytes written to <paramref name="destination" />.</returns>
<remarks>To be added.</remarks>
<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>
<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>
</Docs>
</Member>
<Member MemberName="HashDataAsync">
Expand Down