X509ChainPolicy.CustomTrustStore プロパティ

定義

既定の証明書信頼を置き換える証明書のコレクションを表します。

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

プロパティ値

X509Certificate2Collection

既定の証明書信頼を置き換える証明書のコレクション。

注釈

このコレクションは、次に設定CustomRootTrustされている場合TrustModeにのみ適用されます。

適用対象