Skip to content

Commit 6a8c940

Browse files
committed
a few more updates
1 parent 6849c7f commit 6a8c940

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

xml/System.Security.Cryptography.Xml/SignedInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
728728
|Signature Method|Value|
729729
|----------------------|-----------|
730-
|HMAC-SHA1|`http://www.w3.org/2000/09/xmldsig#hmac-sha1`<br /><br /> Also defined in the following static field: <xref:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url>|
730+
|HMAC SHA-1|`http://www.w3.org/2000/09/xmldsig#hmac-sha1`<br /><br /> Also defined in the following static field: <xref:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url>|
731731
|DSA with SHA-1|`http://www.w3.org/2000/09/xmldsig#dsa-sha1`<br /><br /> Also defined in the following static field: <xref:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl>|
732732
|RSA with SHA-1|`http://www.w3.org/2000/09/xmldsig#rsa-sha1`<br /><br /> Also defined in the following static field: <xref:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url>|
733733

xml/System.Security.Cryptography/SHA3_256.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<summary>Creates an instance of the default implementation of <see cref="T:System.Security.Cryptography.SHA3_256" />.</summary>
6262
<returns>A new instance of <see cref="T:System.Security.Cryptography.SHA3_256" />.</returns>
6363
<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>
6565
</Docs>
6666
</Member>
6767
<Member MemberName="HashData">
@@ -91,7 +91,7 @@
9191
<remarks>To be added.</remarks>
9292
<exception cref="T:System.ArgumentNullException">
9393
<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>
9595
</Docs>
9696
</Member>
9797
<Member MemberName="HashData">
@@ -123,7 +123,7 @@
123123
<paramref name="source" /> is <see langword="null" />.</exception>
124124
<exception cref="T:System.ArgumentException">
125125
<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>
127127
</Docs>
128128
</Member>
129129
<Member MemberName="HashData">
@@ -157,7 +157,7 @@
157157
<summary>Computes the hash of data using the SHA-3-256 algorithm.</summary>
158158
<returns>The hash of the data.</returns>
159159
<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>
161161
</Docs>
162162
</Member>
163163
<Member MemberName="HashData">
@@ -206,7 +206,7 @@
206206
<paramref name="source" /> does not support reading.
207207
</p>
208208
</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>
210210
</Docs>
211211
</Member>
212212
<Member MemberName="HashData">
@@ -238,7 +238,7 @@
238238
<remarks>To be added.</remarks>
239239
<exception cref="T:System.ArgumentException">The buffer in <paramref name="destination" /> is too small to hold the calculated hash
240240
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>
242242
</Docs>
243243
</Member>
244244
<Member MemberName="HashDataAsync">
@@ -278,7 +278,7 @@
278278
<paramref name="source" /> is <see langword="null" />.</exception>
279279
<exception cref="T:System.ArgumentException">
280280
<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>
282282
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
283283
</Docs>
284284
</Member>
@@ -330,7 +330,7 @@
330330
<paramref name="source" /> does not support reading.
331331
</p>
332332
</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>
334334
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
335335
</Docs>
336336
</Member>
@@ -434,7 +434,7 @@
434434
<returns>
435435
<see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
436436
<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>
438438
</Docs>
439439
</Member>
440440
</Members>

xml/System.Security.Cryptography/SHA3_384.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<summary>Creates an instance of the default implementation of <see cref="T:System.Security.Cryptography.SHA3_384" />.</summary>
6262
<returns>A new instance of <see cref="T:System.Security.Cryptography.SHA3_384" />.</returns>
6363
<remarks>To be added.</remarks>
64-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
64+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
6565
</Docs>
6666
</Member>
6767
<Member MemberName="HashData">
@@ -91,7 +91,7 @@
9191
<remarks>To be added.</remarks>
9292
<exception cref="T:System.ArgumentNullException">
9393
<paramref name="source" /> is <see langword="null" />.</exception>
94-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
94+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
9595
</Docs>
9696
</Member>
9797
<Member MemberName="HashData">
@@ -123,7 +123,7 @@
123123
<paramref name="source" /> is <see langword="null" />.</exception>
124124
<exception cref="T:System.ArgumentException">
125125
<paramref name="source" /> does not support reading.</exception>
126-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
126+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
127127
</Docs>
128128
</Member>
129129
<Member MemberName="HashData">
@@ -157,7 +157,7 @@
157157
<summary>Computes the hash of data using the SHA-3-384 algorithm.</summary>
158158
<returns>The hash of the data.</returns>
159159
<remarks>To be added.</remarks>
160-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
160+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
161161
</Docs>
162162
</Member>
163163
<Member MemberName="HashData">
@@ -205,7 +205,7 @@
205205

206206
<paramref name="source" /> does not support reading.
207207
</exception>
208-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
208+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
209209
</Docs>
210210
</Member>
211211
<Member MemberName="HashData">
@@ -237,7 +237,7 @@
237237
<remarks>To be added.</remarks>
238238
<exception cref="T:System.ArgumentException">The buffer in <paramref name="destination" /> is too small to hold the calculated hash
239239
size. The SHA-3-384 algorithm always produces a 384-bit hash, or 48 bytes.</exception>
240-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
240+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
241241
</Docs>
242242
</Member>
243243
<Member MemberName="HashDataAsync">
@@ -277,7 +277,7 @@
277277
<paramref name="source" /> is <see langword="null" />.</exception>
278278
<exception cref="T:System.ArgumentException">
279279
<paramref name="source" /> does not support reading.</exception>
280-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
280+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
281281
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
282282
</Docs>
283283
</Member>
@@ -328,7 +328,7 @@
328328

329329
<paramref name="source" /> does not support reading.
330330
</exception>
331-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
331+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
332332
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
333333
</Docs>
334334
</Member>
@@ -432,7 +432,7 @@
432432
<returns>
433433
<see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
434434
<remarks>To be added.</remarks>
435-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-384.</exception>
435+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-384.</exception>
436436
</Docs>
437437
</Member>
438438
</Members>

xml/System.Security.Cryptography/SHA3_512.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<summary>Creates an instance of the default implementation of <see cref="T:System.Security.Cryptography.SHA3_512" />.</summary>
6262
<returns>A new instance of <see cref="T:System.Security.Cryptography.SHA3_512" />.</returns>
6363
<remarks>To be added.</remarks>
64-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
64+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
6565
</Docs>
6666
</Member>
6767
<Member MemberName="HashData">
@@ -91,7 +91,7 @@
9191
<remarks>To be added.</remarks>
9292
<exception cref="T:System.ArgumentNullException">
9393
<paramref name="source" /> is <see langword="null" />.</exception>
94-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
94+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
9595
</Docs>
9696
</Member>
9797
<Member MemberName="HashData">
@@ -123,7 +123,7 @@
123123
<paramref name="source" /> is <see langword="null" />.</exception>
124124
<exception cref="T:System.ArgumentException">
125125
<paramref name="source" /> does not support reading.</exception>
126-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
126+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
127127
</Docs>
128128
</Member>
129129
<Member MemberName="HashData">
@@ -157,7 +157,7 @@
157157
<summary>Computes the hash of data using the SHA-3-512 algorithm.</summary>
158158
<returns>The hash of the data.</returns>
159159
<remarks>To be added.</remarks>
160-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
160+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
161161
</Docs>
162162
</Member>
163163
<Member MemberName="HashData">
@@ -205,7 +205,7 @@
205205

206206
<paramref name="source" /> does not support reading.
207207
</exception>
208-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
208+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
209209
</Docs>
210210
</Member>
211211
<Member MemberName="HashData">
@@ -237,7 +237,7 @@
237237
<remarks>To be added.</remarks>
238238
<exception cref="T:System.ArgumentException">The buffer in <paramref name="destination" /> is too small to hold the calculated hash
239239
size. The SHA-3-512 algorithm always produces a 512-bit hash, or 64 bytes.</exception>
240-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
240+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
241241
</Docs>
242242
</Member>
243243
<Member MemberName="HashDataAsync">
@@ -277,7 +277,7 @@
277277
<paramref name="source" /> is <see langword="null" />.</exception>
278278
<exception cref="T:System.ArgumentException">
279279
<paramref name="source" /> does not support reading.</exception>
280-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
280+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
281281
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
282282
</Docs>
283283
</Member>
@@ -328,7 +328,7 @@
328328

329329
<paramref name="source" /> does not support reading.
330330
</exception>
331-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
331+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
332332
<exception cref="T:System.OperationCanceledException">The cancellation token was canceled. This exception is stored into the returned task.</exception>
333333
</Docs>
334334
</Member>
@@ -432,7 +432,7 @@
432432
<returns>
433433
<see langword="false" /> if <paramref name="destination" /> is too small to hold the calculated hash, <see langword="true" /> otherwise.</returns>
434434
<remarks>To be added.</remarks>
435-
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA3-512.</exception>
435+
<exception cref="T:System.PlatformNotSupportedException">The platform does not support SHA-3-512.</exception>
436436
</Docs>
437437
</Member>
438438
</Members>

0 commit comments

Comments
 (0)