Skip to content

Inconsistent spelling of HMAC SHA256 in Microsoft documentation #11023

@FortFerdinand

Description

@FortFerdinand

Type of issue

Typo

Description

On the page about HMAC SHA256, I see two different spellings of HMAC SHA256:
(https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.hmacsha256?view=net-9.0)

  • In Remarks, the page mentions "SHA-256 hash function".
  • In Fields, the page mentions "HMAC SHA256 algorithm".

Based on your cited source on the page, the correct spelling should be SHA256 without a dash:
https://github.com/dotnet/runtime/blob/1d1bf92fcf43aa6981804dc53c5174445069c9e4/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/HMACSHA256.cs

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.hmacsha256?view=net-9.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Security.Cryptography/HMACSHA256.xml

Document Version Independent Id

f4f90565-a499-8742-10e2-7296ea4a33c6

Article author

@dotnet-bot

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.SecurityIssues related to security practices for .NET developers.help wantedGood for community contributors to help [up-for-grabs]

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions