次の方法で共有


CertificateProperties クラス

定義

X509 CA 証明書の説明。

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

コンストラクター

CertificateProperties()

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

CertificateProperties(String, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String)

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

プロパティ

Certificate

証明書の内容を取得または設定します

Created

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

Expiry

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

IsVerified

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

Subject

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

Thumbprint

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

Updated

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

適用対象