DeletedKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET