|
61 | 61 | <summary>Creates an instance of the default implementation of <see cref="T:System.Security.Cryptography.SHA3_256" />.</summary>
|
62 | 62 | <returns>A new instance of <see cref="T:System.Security.Cryptography.SHA3_256" />.</returns>
|
63 | 63 | <remarks>To be added.</remarks>
|
64 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 64 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
65 | 65 | </Docs>
|
66 | 66 | </Member>
|
67 | 67 | <Member MemberName="HashData">
|
|
91 | 91 | <remarks>To be added.</remarks>
|
92 | 92 | <exception cref="T:System.ArgumentNullException">
|
93 | 93 | <paramref name="source" /> is <see langword="null" />.</exception>
|
94 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 94 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
95 | 95 | </Docs>
|
96 | 96 | </Member>
|
97 | 97 | <Member MemberName="HashData">
|
|
123 | 123 | <paramref name="source" /> is <see langword="null" />.</exception>
|
124 | 124 | <exception cref="T:System.ArgumentException">
|
125 | 125 | <paramref name="source" /> does not support reading.</exception>
|
126 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 126 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
127 | 127 | </Docs>
|
128 | 128 | </Member>
|
129 | 129 | <Member MemberName="HashData">
|
|
157 | 157 | <summary>Computes the hash of data using the SHA-3-256 algorithm.</summary>
|
158 | 158 | <returns>The hash of the data.</returns>
|
159 | 159 | <remarks>To be added.</remarks>
|
160 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 160 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
161 | 161 | </Docs>
|
162 | 162 | </Member>
|
163 | 163 | <Member MemberName="HashData">
|
|
206 | 206 | <paramref name="source" /> does not support reading.
|
207 | 207 | </p>
|
208 | 208 | </exception>
|
209 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 209 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
210 | 210 | </Docs>
|
211 | 211 | </Member>
|
212 | 212 | <Member MemberName="HashData">
|
|
238 | 238 | <remarks>To be added.</remarks>
|
239 | 239 | <exception cref="T:System.ArgumentException">The buffer in <paramref name="destination" /> is too small to hold the calculated hash
|
240 | 240 | size. The SHA-3-256 algorithm always produces a 256-bit hash, or 32 bytes.</exception>
|
241 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 241 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
242 | 242 | </Docs>
|
243 | 243 | </Member>
|
244 | 244 | <Member MemberName="HashDataAsync">
|
|
278 | 278 | <paramref name="source" /> is <see langword="null" />.</exception>
|
279 | 279 | <exception cref="T:System.ArgumentException">
|
280 | 280 | <paramref name="source" /> does not support reading.</exception>
|
281 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 281 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
282 | 282 | <exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
283 | 283 | </Docs>
|
284 | 284 | </Member>
|
|
330 | 330 | <paramref name="source" /> does not support reading.
|
331 | 331 | </p>
|
332 | 332 | </exception>
|
333 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 333 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
334 | 334 | <exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
|
335 | 335 | </Docs>
|
336 | 336 | </Member>
|
|
434 | 434 | <returns>
|
435 | 435 | <see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
|
436 | 436 | <remarks>To be added.</remarks>
|
437 |
| - <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-256.</exception> |
| 437 | + <exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-256.</exception> |
438 | 438 | </Docs>
|
439 | 439 | </Member>
|
440 | 440 | </Members>
|
|
0 commit comments