You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time you call `setx`, you should get a response of "SUCCESS: Specified value was saved."
140
140
141
+
```shell
142
+
AZURE_CLIENT_ID=<your-clientID>
143
+
144
+
AZURE_CLIENT_SECRET=<your-clientSecret>
145
+
146
+
AZURE_TENANT_ID=<your-tenantId>
147
+
148
+
KEY_VAULT_NAME=<your-key-vault-name>
149
+
```
150
+
141
151
## Object model
142
152
143
153
The Azure Key Vault client library for .NET allows you to manage keys and related assets such as certificates and secrets. The code samples below will show you how to create a client, set a secret, retrieve a secret, and delete a secret.
0 commit comments