次の方法で共有


CertificateProperties クラス

定義

X509 CA 証明書の説明。

public class CertificateProperties
type CertificateProperties = class
Public Class CertificateProperties
継承
CertificateProperties

コンストラクター

CertificateProperties()

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

CertificateProperties(String, Nullable<DateTime>, String, Nullable<Boolean>, Byte[], Nullable<DateTime>, Nullable<DateTime>)

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

プロパティ

Certificate

X509 証明書 .cer ファイルの base-64 表現、または .pem ファイルの内容のみを取得または設定します。

Created

証明書の作成日時を取得します。

Expiry

証明書の有効期限の日付と時刻を取得します。

IsVerified

証明書が検証されているかどうかを示す値を取得または設定します。

Subject

証明書のサブジェクト名を取得します。

Thumbprint

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

Updated

証明書の最終更新日時を取得します。

適用対象