Click or drag to resize

KeyVaultKeyProviderDeleteKey Method

Deletes a key from Key Vault.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public Task DeleteKey(
	string name
)

Parameters

name  String
The name of the key

Return Value

Task

Implements

IKeyProviderDeleteKey(String)
Remarks
The delete key operation cannot be used to remove individual versions of a key. This operation removes the cryptographic material associated with the key, which means the key is not usable for Sign/Verify, Wrap/Unwrap or Encrypt/Decrypt operations. This operation requires the keys/delete permission.
See Also