Share via


DeletedCertificateItem クラス

定義

削除された証明書に関するメタデータを含む削除された証明書アイテム。

public class DeletedCertificateItem : Microsoft.Azure.KeyVault.Models.CertificateItem
type DeletedCertificateItem = class
    inherit CertificateItem
Public Class DeletedCertificateItem
Inherits CertificateItem
継承
DeletedCertificateItem

コンストラクター

DeletedCertificateItem()

DeletedCertificateItem クラスの新しいインスタンスを初期化します。

DeletedCertificateItem(String, CertificateAttributes, IDictionary<String,String>, Byte[], String, Nullable<DateTime>, Nullable<DateTime>)

DeletedCertificateItem クラスの新しいインスタンスを初期化します。

プロパティ

Attributes

証明書管理属性を取得または設定します。

(継承元 CertificateItem)
DeletedDate

証明書が削除された時刻を UTC で取得します

Id

証明書識別子を取得または設定します。

(継承元 CertificateItem)
Identifier

証明書識別子

(継承元 CertificateItem)
RecoveryId

削除された証明書の識別と回復に使用される回復オブジェクトの URL を取得または設定します。

RecoveryIdentifier

削除されたシークレット オブジェクトの識別子。 これは、シークレットを回復するために使用されます。

ScheduledPurgeDate

証明書の消去がスケジュールされている時刻を UTC で取得します

Tags

キーと値のペアの形式でアプリケーション固有のメタデータを取得または設定します。

(継承元 CertificateItem)
X509Thumbprint

証明書の拇印を取得または設定します。

(継承元 CertificateItem)

適用対象