Skip to content

Commit

Permalink
Added more options for algorithms in demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Sep 24, 2023
1 parent d9135d0 commit 22b164a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ private async Task CreateCredential()
{
Type = PublicKeyCredentialType.PublicKey,
Alg = -257
},
new PublicKeyCredentialParameters()
{
Type = PublicKeyCredentialType.PublicKey,
Alg = -7
}
],
Timeout = 360000,
Expand Down

0 comments on commit 22b164a

Please sign in to comment.