你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedKeyItem 类

定义

包含已删除的密钥元数据和有关删除的信息的已删除密钥项。

public class DeletedKeyItem : Microsoft.Azure.KeyVault.Models.KeyItem
type DeletedKeyItem = class
    inherit KeyItem
Public Class DeletedKeyItem
Inherits KeyItem
继承
DeletedKeyItem

构造函数

DeletedKeyItem()

初始化 DeletedKeyItem 类的新实例。

DeletedKeyItem(String, KeyAttributes, IDictionary<String,String>, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)

初始化 DeletedKeyItem 类的新实例。

属性

Attributes

获取或设置密钥管理属性。

(继承自 KeyItem)
DeletedDate

获取删除密钥的时间(UTC)

Identifier

密钥对象的标识符

(继承自 KeyItem)
Kid

获取或设置密钥标识符。

(继承自 KeyItem)
Managed

如果密钥的生存期由密钥保管库管理,则为 true。 如果这是支持证书的密钥,则托管为 true。

(继承自 KeyItem)
RecoveryId

获取或设置恢复对象的 URL,用于标识和恢复已删除的密钥。

RecoveryIdentifier

已删除的密钥对象的标识符。 这用于恢复密钥。

ScheduledPurgeDate

获取计划清除密钥的时间(UTC)

Tags

以键值对的形式获取或设置特定于应用程序的元数据。

(继承自 KeyItem)

适用于