Azure Key Vault Keys SDK for Rust Client library for Azure Key Vault Keys — secure storage and management of cryptographic keys. Installation Environment Variables Authentication Key Types | Type | Description | |------|-------------| | RSA | RSA keys (2048, 3072, 4096 bits) | | EC | Elliptic curve keys (P-256, P-384, P-521) | | RSA-HSM | HSM-protected RSA keys | | EC-HSM | HSM-protected EC keys | Core Operations Get Key Create Key Create EC Key Delete Key List Keys Backup Key Restore Key Cryptographic Operations Key Vault can perform crypto operations without exposing the private key: Best P…