Azure.Security.KeyVault.Secrets Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
DeletedSecret |
Represents a Key Vault secret that has been deleted, allowing it to be recovered, if needed. |
DeleteSecretOperation |
A long-running operation for StartDeleteSecret(String, CancellationToken) or StartDeleteSecretAsync(String, CancellationToken). |
KeyVaultSecret |
KeyVaultSecret is the resource consisting of a value and its Properties. |
RecoverDeletedSecretOperation |
A long-running operation for StartRecoverDeletedSecret(String, CancellationToken) or StartRecoverDeletedSecretAsync(String, CancellationToken). |
SecretClient |
The SecretClient provides synchronous and asynchronous methods to manage KeyVaultSecret in the Azure Key Vault. The client supports creating, retrieving, updating, deleting, purging, backing up, restoring, and listing KeyVaultSecret. The client also supports listing DeletedSecret for a soft-delete enabled Azure Key Vault. |
SecretClientOptions |
Options that allow you to configure the requests sent to Key Vault. |
SecretModelFactory |
Model factory that enables mocking for the Key Vault Secrets library. |
SecretProperties |
SecretProperties is the resource containing all the properties of the secret except its value. |
Structs
KeyVaultSecretIdentifier |
Information about a KeyVaultSecret parsed from a Uri. You can use this information when calling methods of a SecretClient. |
Enums
SecretClientOptions.ServiceVersion |
The versions of Azure Key Vault supported by this client library. |
Azure SDK for .NET