SecretAsyncClient and
SecretClient to perform operations on Azure Key Vault.See: Description
| Class | Description |
|---|---|
| SecretAsyncClient |
The SecretAsyncClient provides asynchronous methods to manage
secrets in the Azure Key Vault. |
| SecretClient |
The SecretClient provides synchronous methods to manage
secrets in the Azure Key Vault. |
| SecretClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret async client and secret client,
by calling buildAsyncClient and buildClient respectively. |
| Enum | Description |
|---|---|
| SecretServiceVersion |
The versions of Azure Key Vault Secret supported by this client library.
|
SecretAsyncClient and
SecretClient to perform operations on Azure Key Vault.Copyright © 2020 Microsoft Corporation. All rights reserved.