DeletedKey Class

Definition

Represents a Key Vault key that has been deleted, allowing it to be recovered, if needed.

public class DeletedKey : Azure.Security.KeyVault.Keys.KeyVaultKey
type DeletedKey = class
    inherit KeyVaultKey
Public Class DeletedKey
Inherits KeyVaultKey
Inheritance
DeletedKey

Properties

DeletedOn

Gets a DateTimeOffset indicating when the key was deleted.

Id

Gets the key identifier.

(Inherited from KeyVaultKey)
Key

Gets the cryptographic key, the key type, and the operations you can perform using the key.

(Inherited from KeyVaultKey)
KeyOperations

Gets the operations you can perform using the key.

(Inherited from KeyVaultKey)
KeyType

Gets the KeyType for this JsonWebKey.

(Inherited from KeyVaultKey)
Name

Gets the name of the key.

(Inherited from KeyVaultKey)
Properties

Gets additional properties of the KeyVaultKey.

(Inherited from KeyVaultKey)
RecoveryId

Gets a Uri of the deleted key that can be used to recover it.

ScheduledPurgeDate

Gets a DateTimeOffset for when the deleted key will be purged.

Applies to