KeyClient
KeyClient()
KeyClient(Uri, TokenCredential)
KeyClient(Uri, TokenCredential, KeyClientOptions)
VaultUri
BackupKey(String, CancellationToken)
BackupKeyAsync(String, CancellationToken)
CreateEcKey(CreateEcKeyOptions, CancellationToken)
CreateEcKeyAsync(CreateEcKeyOptions, CancellationToken)
CreateKey(String, KeyType, CreateKeyOptions, CancellationToken)
CreateKeyAsync(String, KeyType, CreateKeyOptions, CancellationToken)
CreateOctKey(CreateOctKeyOptions, CancellationToken)
CreateOctKeyAsync(CreateOctKeyOptions, CancellationToken)
CreateRsaKey(CreateRsaKeyOptions, CancellationToken)
CreateRsaKeyAsync(CreateRsaKeyOptions, CancellationToken)
GetCryptographyClient(String, String)
GetDeletedKey(String, CancellationToken)
GetDeletedKeyAsync(String, CancellationToken)
GetDeletedKeys(CancellationToken)
GetDeletedKeysAsync(CancellationToken)
GetKey(String, String, CancellationToken)
GetKeyAsync(String, String, CancellationToken)
GetKeyAttestation(String, String, CancellationToken)
GetKeyAttestationAsync(String, String, CancellationToken)
GetKeyRotationPolicy(String, CancellationToken)
GetKeyRotationPolicyAsync(String, CancellationToken)
GetPropertiesOfKeys(CancellationToken)
GetPropertiesOfKeysAsync(CancellationToken)
GetPropertiesOfKeyVersions(String, CancellationToken)
GetPropertiesOfKeyVersionsAsync(String, CancellationToken)
GetRandomBytes(Int32, CancellationToken)
GetRandomBytesAsync(Int32, CancellationToken)
ImportKey(ImportKeyOptions, CancellationToken)
ImportKey(String, JsonWebKey, CancellationToken)
ImportKeyAsync(ImportKeyOptions, CancellationToken)
ImportKeyAsync(String, JsonWebKey, CancellationToken)
PurgeDeletedKey(String, CancellationToken)
PurgeDeletedKeyAsync(String, CancellationToken)
ReleaseKey(ReleaseKeyOptions, CancellationToken)
ReleaseKey(String, String, CancellationToken)
ReleaseKeyAsync(ReleaseKeyOptions, CancellationToken)
ReleaseKeyAsync(String, String, CancellationToken)
RestoreKeyBackup(Byte[], CancellationToken)
RestoreKeyBackupAsync(Byte[], CancellationToken)
RotateKey(String, CancellationToken)
RotateKeyAsync(String, CancellationToken)
StartDeleteKey(String, CancellationToken)
StartDeleteKeyAsync(String, CancellationToken)
StartRecoverDeletedKey(String, CancellationToken)
StartRecoverDeletedKeyAsync(String, CancellationToken)
UpdateKeyProperties(KeyProperties, IEnumerable<KeyOperation>, CancellationToken)
UpdateKeyPropertiesAsync(KeyProperties, IEnumerable<KeyOperation>, CancellationToken)
UpdateKeyRotationPolicy(String, KeyRotationPolicy, CancellationToken)
UpdateKeyRotationPolicyAsync(String, KeyRotationPolicy, CancellationToken)
net10.0
namespace Azure.Security.KeyVault.Keys
{
public class KeyClient
{
[AsyncStateMachine(typeof(<StartRecoverDeletedKeyAsync>d__40))]
public virtual Task<RecoverDeletedKeyOperation> StartRecoverDeletedKeyAsync(string name, CancellationToken cancellationToken = default);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Azure.Security.KeyVault.Keys , Version=4.8.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Security.KeyVault.Keys (4.8.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API