File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Microsoft.Extensions.Compliance.Redaction
System.Security.Cryptography Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 24
24
</Base >
25
25
<Interfaces />
26
26
<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 >
28
28
<remarks >To be added.</remarks >
29
29
</Docs >
30
30
<Members >
Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ Releases the unmanaged resources used by the <see cref="T:System.Security.Crypto
1018
1018
</ReturnValue >
1019
1019
<MemberValue >160</MemberValue >
1020
1020
<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 >
1022
1022
<remarks >To be added.</remarks >
1023
1023
</Docs >
1024
1024
</Member >
@@ -1048,7 +1048,7 @@ Releases the unmanaged resources used by the <see cref="T:System.Security.Crypto
1048
1048
</ReturnValue >
1049
1049
<MemberValue >20</MemberValue >
1050
1050
<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 >
1052
1052
<remarks >To be added.</remarks >
1053
1053
</Docs >
1054
1054
</Member >
Original file line number Diff line number Diff line change 872
872
</ReturnValue >
873
873
<MemberValue >256</MemberValue >
874
874
<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 >
876
876
<remarks >To be added.</remarks >
877
877
</Docs >
878
878
</Member >
902
902
</ReturnValue >
903
903
<MemberValue >32</MemberValue >
904
904
<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 >
906
906
<remarks >To be added.</remarks >
907
907
</Docs >
908
908
</Member >
Original file line number Diff line number Diff line change 871
871
</ReturnValue >
872
872
<MemberValue >384</MemberValue >
873
873
<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 >
875
875
<remarks >To be added.</remarks >
876
876
</Docs >
877
877
</Member >
901
901
</ReturnValue >
902
902
<MemberValue >48</MemberValue >
903
903
<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 >
905
905
<remarks >To be added.</remarks >
906
906
</Docs >
907
907
</Member >
Original file line number Diff line number Diff line change 871
871
</ReturnValue >
872
872
<MemberValue >512</MemberValue >
873
873
<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 >
875
875
<remarks >To be added.</remarks >
876
876
</Docs >
877
877
</Member >
901
901
</ReturnValue >
902
902
<MemberValue >64</MemberValue >
903
903
<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 >
905
905
<remarks >To be added.</remarks >
906
906
</Docs >
907
907
</Member >
You can’t perform that action at this time.
0 commit comments