KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.See: Description
| Class | Description |
|---|---|
| KeyAsyncClient |
The KeyAsyncClient provides asynchronous methods to manage
keys in the Azure Key Vault. |
| KeyClient |
The KeyClient provides synchronous methods to manage
keys in the Azure Key Vault. |
| KeyClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret async client and secret sync client, by calling
buildAsyncClient and buildClient
respectively. |
| Enum | Description |
|---|---|
| KeyServiceVersion |
The versions of Azure Key Vault Key supported by this client library.
|
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.Copyright © 2021 Microsoft Corporation. All rights reserved.