azure-keyvault-keys-rust Skill
Azure Key Vault Keys library for Rust. Create, manage, and use cryptographic keys including RSA, EC, and HSM-protected keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "wrap key rust", "sign rust". Published by microsoft in skills.
What is azure-keyvault-keys-rust Skill?
Azure Key Vault Keys library for Rust. Create, manage, and use cryptographic keys including RSA, EC, and HSM-protected keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "wrap key rust", "sign rust". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-keyvault-keys-rust Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-rust/skills/azure-keyvault-keys-rust/SKILL.md
What it does
Azure Key Vault Keys library for Rust. Create, manage, and use cryptographic keys including RSA, EC, and HSM-protected keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "wrap key rust", "sign rust".
Skill instructions
Azure Key Vault Keys library for Rust Secure storage and management of cryptographic keys — RSA, EC, and HSM-protected. Use this skill when: - An app needs to create or manage cryptographic keys in Key Vault from Rust - You need to wrap/unwrap data encryption keys (envelope encryption) - You need to sign or verify data with Key Vault keys - You need HSM-protected keys IMPORTANT: Only use the official azuresecuritykeyvaultkeys crate published by the azure-sdk crates.io user. Do NOT use unofficial or community crates. Official crates use underscores in names and none have version 0.21.0. Installation sh cargo add azuresecuritykeyvaultkeys azureidentity tokio futures If your code uses azurecore types directly, add azurecore to Cargo.toml. If you only use azuresecuritykeyvaultkeys re-exports, direct azurecore dependency is optional. Environment Variables bash AZUREKEYVAULTURL=https://<vault-name.vault.azure.net/ Required for all operations Authentication rust use azureidentity::DeveloperTo
Explore related resources
Frequently asked questions
What is azure-keyvault-keys-rust?
azure-keyvault-keys-rust is a open-source AI agent skill with Copy skill directory. Azure Key Vault Keys library for Rust. Create, manage, and use cryptographic keys including RSA, EC, and HSM-protected keys.
Who is azure-keyvault-keys-rust best for?
azure-keyvault-keys-rust is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-keyvault-keys-rust?
Install or run azure-keyvault-keys-rust using Copy skill directory. Check azure-keyvault-keys-rust for the latest setup command.
Is azure-keyvault-keys-rust actively maintained?
azure-keyvault-keys-rust may need a closer maintenance check before production use.
Auto-fetched from GitHub.