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."
139
139
140
+
```shell
141
+
AZURE_CLIENT_ID=<your-clientID>
142
+
143
+
AZURE_CLIENT_SECRET=<your-clientSecret>
144
+
145
+
AZURE_TENANT_ID=<your-tenantId>
146
+
147
+
KEY_VAULT_NAME=<your-key-vault-name>
148
+
```
149
+
140
150
## Object model
141
151
142
152
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