KeyClient
KeyClient()
KeyClient(Uri, TokenCredential)
KeyClient(Uri, TokenCredential, KeyClientOptions)
VaultUri
BackupKey(String, CancellationToken)
BackupKeyAsync(String, CancellationToken)
CreateEcKey(CreateEcKeyOptions, CancellationToken)
CreateEcKeyAsync(CreateEcKeyOptions, CancellationToken)
CreateExternalKey(CreateExternalKeyOptions, CancellationToken)
CreateExternalKeyAsync(CreateExternalKeyOptions, 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)
net11.0
namespace Azure.Security.KeyVault.Keys
{
public class KeyClient
{
[AsyncStateMachine(typeof(<ImportKeyAsync>d__48))]
public virtual Task<Response<KeyVaultKey>> ImportKeyAsync(ImportKeyOptions importKeyOptions, CancellationToken cancellationToken = default);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.011.0 |
Information specific to net11.0 | |
| Assemblies | Azure.Security.KeyVault.Keys , Version=4.10.0.0, PublicKeyToken=92742159e12e44c8 Azure.Security.KeyVault.Keys , Version=4.11.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Security.KeyVault.Keys (4.10.0) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API