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)
monoandroid
namespace Azure.Security.KeyVault.Keys
{
public class KeyClient
{
[AsyncStateMachine(typeof(<GetKeyRotationPolicyAsync>d__55))]
public virtual Task<Response<KeyRotationPolicy>> GetKeyRotationPolicyAsync(string keyName, CancellationToken cancellationToken = default);
}
}
| Upgrade Planner | 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 monoandroid | |
| 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 | This framework does not have platform annotations. |
- Built-in API
- Package-provided API