X509Chain.ChainStatus プロパティ

定義

X509Chain オブジェクト内の各要素の状態を取得します。

public:
 property cli::array <System::Security::Cryptography::X509Certificates::X509ChainStatus> ^ ChainStatus { cli::array <System::Security::Cryptography::X509Certificates::X509ChainStatus> ^ get(); };
public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get; }
member this.ChainStatus : System.Security.Cryptography.X509Certificates.X509ChainStatus[]
Public ReadOnly Property ChainStatus As X509ChainStatus()

プロパティ値

X509ChainStatus[]

X509ChainStatus オブジェクトの配列。

注釈

チェーンの状態の詳細なエラー情報を取得するには、このプロパティを使用します。

適用対象