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. |
| SecretAsyncClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret async client,
calling build constructs an instance of the client. |
| 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 client,
calling build constructs an instance of the client. |
SecretAsyncClient and SecretClient to
perform operations on Azure Key Vault.Copyright © 2019 Microsoft Corporation. All rights reserved.