Setup & Installation
What This Skill Does
Azure Key Vault Keys SDK for Rust provides a client library for creating, managing, and using cryptographic keys stored in Azure Key Vault. It supports RSA and EC key types, including HSM-protected variants, and exposes operations like signing, encryption, and key wrapping without exposing the private key material. Performing cryptographic operations through Key Vault means private key material never leaves the HSM, which is hard to replicate with local key management without significant infrastructure overhead.
When to use it
- Working with azure keyvault keys rust functionality
- Implementing azure keyvault keys rust features
- Debugging azure keyvault keys rust related issues
