Skip to content

Feature: Add extension method to convert EdDsaSecurityKey to JsonWebKey #119

Feature: Add extension method to convert EdDsaSecurityKey to JsonWebKey

Feature: Add extension method to convert EdDsaSecurityKey to JsonWebKey #119

Triggered via pull request March 30, 2024 06:34
Status Success
Total duration 3m 20s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Analyze (csharp): src/ScottBrady.IdentityModel/Tokens/EdDsa.cs#L31
'EdDsa.Create(string)' hides inherited member 'AsymmetricAlgorithm.Create(string)'. Use the new keyword if hiding was intended.
Analyze (csharp): src/ScottBrady.IdentityModel/Tokens/EdDsa.cs#L31
'EdDsa.Create(string)' hides inherited member 'AsymmetricAlgorithm.Create(string)'. Use the new keyword if hiding was intended.
Analyze (csharp): src/ScottBrady.IdentityModel/Tokens/EdDsa.cs#L31
'EdDsa.Create(string)' hides inherited member 'AsymmetricAlgorithm.Create(string)'. Use the new keyword if hiding was intended.
Analyze (csharp): src/ScottBrady.IdentityModel/Tokens/EdDsa.cs#L31
'EdDsa.Create(string)' hides inherited member 'AsymmetricAlgorithm.Create(string)'. Use the new keyword if hiding was intended.