Microsoft
AZ-204 · Question #589
You manage an Azure Key Vault named kv1 of Standard SKU. You plan to programmatically store in kv1 an asymmetric key pair and use the key pair for encryption and decryption. You must develop an…
The correct answer is D. KeyClient. https://learn.microsoft.com/en-us/azure/key-vault/keys/quick-create-net
Submitted by klara.se· Mar 30, 2026Implement Azure security
Question
You manage an Azure Key Vault named kv1 of Standard SKU. You plan to programmatically store in kv1 an asymmetric key pair and use the key pair for encryption and decryption. You must develop an application named app1 that will access the key pair in kv1. You need to configure an object to retrieve a key pair from kv1. Which object should you use?
Options
- ASecretClient
- BKeyVaultSettingsClient
- CCertificateClient
- DKeyClient
How the community answered
(45 responses)- A13% (6)
- B2% (1)
- C7% (3)
- D78% (35)
Explanation
https://learn.microsoft.com/en-us/azure/key-vault/keys/quick-create-net
Topics
#Key Vault#KeyClient#asymmetric keys#encryption
Community Discussion
No community discussion yet for this question.