azure-security-keyvault-keys-dotnet Skill
Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. Triggers: "Key Vault keys", "KeyClient", "CryptographyClient", "RSA key", "EC key", "encrypt decrypt .NET", "key rotati Published by microsoft in skills.
What is azure-security-keyvault-keys-dotnet Skill?
Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. Triggers: "Key Vault keys", "KeyClient", "CryptographyClient", "RSA key", "EC key", "encrypt decrypt .NET", "key rotati 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
- Security review
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use azure-security-keyvault-keys-dotnet Skill
- Use it for security review.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-security-keyvault-keys-dotnet/SKILL.md
What it does
Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. Triggers: "Key Vault keys", "KeyClient", "CryptographyClient", "RSA key", "EC key", "encrypt decrypt .NET", "key rotati
Skill instructions
Azure.Security.KeyVault.Keys (.NET) Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Installation bash dotnet add package Azure.Security.KeyVault.Keys dotnet add package Azure.Identity Current Version: 4.7.0 (stable) Environment Variables bash KEYVAULTNAME=<your-key-vault-name Required: Key Vault name AZUREKEYVAULTURL=https://<vault-name.vault.azure.net Optional: full Key Vault URL AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Client Hierarchy KeyClient (key management) ├── CreateKey / CreateRsaKey / CreateEcKey ├── GetKey / GetKeys ├── UpdateKeyProperties ├── DeleteKey / PurgeDeletedKey ├── BackupKey / RestoreKey └── GetCryptographyClient() → CryptographyClient CryptographyClient (cryptographic operations) ├── Encrypt / Decrypt ├── WrapKey / UnwrapKey ├── Sign / Verify └── SignData / VerifyData KeyResolver (key resolution) └── Resolve(keyId) → CryptographyClient Authentication Microsoft Entra Token Credential
Explore related resources
Frequently asked questions
What is azure-security-keyvault-keys-dotnet?
azure-security-keyvault-keys-dotnet is a open-source AI agent skill with Copy skill directory. Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM.
Who is azure-security-keyvault-keys-dotnet best for?
azure-security-keyvault-keys-dotnet is best for reusing agent instructions, scripts, and references, security review workflows.
How do I install azure-security-keyvault-keys-dotnet?
Install or run azure-security-keyvault-keys-dotnet using Copy skill directory. Check azure-security-keyvault-keys-dotnet for the latest setup command.
Is azure-security-keyvault-keys-dotnet actively maintained?
azure-security-keyvault-keys-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.