DeletedCertificateBundle クラス

定義

以前の ID、属性、タグ、および消去されるタイミングに関する情報で構成される削除済み証明書。

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

コンストラクター

DeletedCertificateBundle()

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

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

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

プロパティ

Attributes

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

(継承元 CertificateBundle)
Cer

x509 証明書の CER コンテンツを取得または設定します。

(継承元 CertificateBundle)
CertificateIdentifier

これは証明書の ID です。

(継承元 CertificateBundle)
ContentType

シークレットのコンテンツ タイプを取得または設定します。

(継承元 CertificateBundle)
DeletedDate

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

Id

証明書 ID を取得します。

(継承元 CertificateBundle)
KeyIdentifier

これは、証明書をバックアップするキーの ID です。

(継承元 CertificateBundle)
Kid

キー ID を取得します。

(継承元 CertificateBundle)
Policy

管理ポリシーを取得します。

(継承元 CertificateBundle)
RecoveryId

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

RecoveryIdentifier

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

ScheduledPurgeDate

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

SecretIdentifier

これは、証明書をバックアップするシークレットの ID です。

(継承元 CertificateBundle)
Sid

シークレット ID を取得します。

(継承元 CertificateBundle)
Tags

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

(継承元 CertificateBundle)
X509Thumbprint

証明書の拇印を取得します。

(継承元 CertificateBundle)

メソッド

Validate()

オブジェクトを検証します。

適用対象