You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are some encryption operations in the extension that are better handled in Wilson one of the key methods in needed to do this is internal.
Describe the solution you'd like
Mark the TryConvertToSecurityKey as public so it can be used in MISE. This will enable MISE to pass a JWK to wilson and identify if it is a symmetric or asymmetric key and produce a Securitykey based on that.