Skip to content
Merged
Show file tree
Hide file tree
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/HMACMD5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
<param name="key">The HMAC key.</param>
<param name="source">The data to HMAC.</param>
<param name="destination">The buffer to receive the HMAC value.</param>
<param name="bytesWritten">When this method returns, the total number of bytes written into <paramref name="destination" />.</param>
<param name="bytesWritten">When this method returns, contains the total number of bytes written into <paramref name="destination" />.</param>
<summary>Attempts to compute the HMAC of data using the MD5 algorithm.</summary>
<returns>
<see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/HMACSHA1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ Releases the unmanaged resources used by the <see cref="T:System.Security.Crypto
<param name="key">The HMAC key.</param>
<param name="source">The data to HMAC.</param>
<param name="destination">The buffer to receive the HMAC value.</param>
<param name="bytesWritten">When this method returns, the total number of bytes written into <paramref name="destination" />.</param>
<param name="bytesWritten">When this method returns, contains the total number of bytes written into <paramref name="destination" />.</param>
<summary>Attempts to compute the HMAC of data using the SHA1 algorithm.</summary>
<returns>
<see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Security.Cryptography/HMACSHA512.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ public static void Test()
<param name="key">The HMAC key.</param>
<param name="source">The data to HMAC.</param>
<param name="destination">The buffer to receive the HMAC value.</param>
<param name="bytesWritten">When this method returns, the total number of bytes written into <paramref name="destination" />.</param>
<param name="bytesWritten">When this method returns, contains the total number of bytes written into <paramref name="destination" />.</param>
<summary>Attempts to compute the HMAC of data using the SHA512 algorithm.</summary>
<returns>
<see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
Expand Down
Loading