Is there any way to store LWE Keys in Vault?

Hi, Im using Microsoft Seal, in my applications, which creates LWE keys for encryption and decryption, I would like to know if Vault Support stores LWE Keys.

I don’t know what a LWE key is, but you can store arbitrary JSON data in a Vault K/V secrets engine.

Azure Key Vault allows you to store any arbitrary string as secrets. SEAL Keys (LWE) are like binary blobs, you can easily convert them into Base64 and store them there. You can use the **az keyvault key rotate** command-line utility to automate the rotation of a key in Azure Key Vault Managed HSM.