Skip to content

Commit 6849c7f

Browse files
committed
use hyphens in sha algorithms
1 parent 01bb3f0 commit 6849c7f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

xml/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Base>
2525
<Interfaces />
2626
<Docs>
27-
<summary>Represents a redactor that uses HMAC-SHA256 to encode redacted data.</summary>
27+
<summary>Represents a redactor that uses HMAC SHA-256 to encode redacted data.</summary>
2828
<remarks>To be added.</remarks>
2929
</Docs>
3030
<Members>

xml/System.Security.Cryptography/HMACSHA1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Releases the unmanaged resources used by the <see cref="T:System.Security.Crypto
10181018
</ReturnValue>
10191019
<MemberValue>160</MemberValue>
10201020
<Docs>
1021-
<summary>The hash size produced by the HMAC-SHA1 algorithm, in bits.</summary>
1021+
<summary>The hash size produced by the HMAC SHA-1 algorithm, in bits.</summary>
10221022
<remarks>To be added.</remarks>
10231023
</Docs>
10241024
</Member>
@@ -1048,7 +1048,7 @@ Releases the unmanaged resources used by the <see cref="T:System.Security.Crypto
10481048
</ReturnValue>
10491049
<MemberValue>20</MemberValue>
10501050
<Docs>
1051-
<summary>The hash size produced by the HMAC-SHA1 algorithm, in bytes.</summary>
1051+
<summary>The hash size produced by the HMAC SHA-1 algorithm, in bytes.</summary>
10521052
<remarks>To be added.</remarks>
10531053
</Docs>
10541054
</Member>

xml/System.Security.Cryptography/HMACSHA256.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@
872872
</ReturnValue>
873873
<MemberValue>256</MemberValue>
874874
<Docs>
875-
<summary>The hash size produced by the HMAC SHA256 algorithm, in bits.</summary>
875+
<summary>The hash size produced by the HMAC SHA-256 algorithm, in bits.</summary>
876876
<remarks>To be added.</remarks>
877877
</Docs>
878878
</Member>
@@ -902,7 +902,7 @@
902902
</ReturnValue>
903903
<MemberValue>32</MemberValue>
904904
<Docs>
905-
<summary>The hash size produced by the HMAC SHA256 algorithm, in bytes.</summary>
905+
<summary>The hash size produced by the HMAC SHA-256 algorithm, in bytes.</summary>
906906
<remarks>To be added.</remarks>
907907
</Docs>
908908
</Member>

xml/System.Security.Cryptography/HMACSHA384.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
</ReturnValue>
872872
<MemberValue>384</MemberValue>
873873
<Docs>
874-
<summary>The hash size produced by the HMAC SHA384 algorithm, in bits.</summary>
874+
<summary>The hash size produced by the HMAC SHA-384 algorithm, in bits.</summary>
875875
<remarks>To be added.</remarks>
876876
</Docs>
877877
</Member>
@@ -901,7 +901,7 @@
901901
</ReturnValue>
902902
<MemberValue>48</MemberValue>
903903
<Docs>
904-
<summary>The hash size produced by the HMAC SHA384 algorithm, in bytes.</summary>
904+
<summary>The hash size produced by the HMAC SHA-384 algorithm, in bytes.</summary>
905905
<remarks>To be added.</remarks>
906906
</Docs>
907907
</Member>

xml/System.Security.Cryptography/HMACSHA512.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
</ReturnValue>
872872
<MemberValue>512</MemberValue>
873873
<Docs>
874-
<summary>The hash size produced by the HMAC SHA512 algorithm, in bits.</summary>
874+
<summary>The hash size produced by the HMAC SHA-512 algorithm, in bits.</summary>
875875
<remarks>To be added.</remarks>
876876
</Docs>
877877
</Member>
@@ -901,7 +901,7 @@
901901
</ReturnValue>
902902
<MemberValue>64</MemberValue>
903903
<Docs>
904-
<summary>The hash size produced by the HMAC SHA512 algorithm, in bytes.</summary>
904+
<summary>The hash size produced by the HMAC SHA-512 algorithm, in bytes.</summary>
905905
<remarks>To be added.</remarks>
906906
</Docs>
907907
</Member>

0 commit comments

Comments
 (0)