Skip to content

Commit

Permalink
Updated to include line break in comments in auto-generated COSE Algo…
Browse files Browse the repository at this point in the history
…rithm enum values.
  • Loading branch information
KristofferStrube committed Nov 20, 2023
1 parent f83a60b commit 1883b40
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private async Task CreateCredential()
new PublicKeyCredentialParameters()
{
Type = PublicKeyCredentialType.PublicKey,
Alg = COSEAlgorithm.RS256
Alg = COSEAlgorithm.SHA_256
}
],
Timeout = 360000,
Expand Down

0 comments on commit 1883b40

Please sign in to comment.