Microsoft.IdentityModel.Tokens.JsonWebKeyConverter
Converts a SecurityKey into a JsonWebKey
Supports: converting to a JsonWebKey from one of: RsaSecurityKey, X509SecurityKey, and SymmetricSecurityKey.
public JsonWebKeyConverter()
Converts an MlDsaSecurityKey into a JsonWebKey.
Converts a RsaSecurityKey into a JsonWebKey
Converts a SecurityKey into a JsonWebKey
Converts a SymmetricSecurityKey into a JsonWebKey
Converts a X509SecurityKey into a JsonWebKey
Converts a X509SecurityKey into a JsonWebKey.
This will attempt to convert the JsonWebKey to a SecurityKey.