X509ChainPolicy.ExtraStore プロパティ

定義

証明書チェーンの検証時にチェーン エンジンによって検索される証明書の追加のコレクションを表すオブジェクトを取得します。

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ ExtraStore { System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get; }
member this.ExtraStore : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Public ReadOnly Property ExtraStore As X509Certificate2Collection

プロパティ値

X509Certificate2Collection オブジェクト。

注釈

Secure Sockets Layer (SSL) や Secure MIME (S/MIME) などのプロトコルを使用すると、証明書チェーンの検証に使用する追加の証明書を含めることができるようになります。これらの証明書は、検証プロセスで役立ちます。 このプロパティを使用すると、これらの証明書をチェーン検証エンジンに渡すことができます。 既定では、このコレクションは空です。

適用対象