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)
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-windows7.0
namespace Azure.Security.KeyVault.Keys
{
public class KeyClient
{
public virtual Uri VaultUri { get; }
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 2.02.12.23.03.1 |
| .NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
| .NET Standard | 2.02.1 |
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
| Assembly | Azure.Security.KeyVault.Keys , Version=4.7.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Security.KeyVault.Keys (4.7.0) netstandard2.0 |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API