Share via


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

屬性值

取代預設憑證信任的憑證集合。

備註

只有在 設定為 CustomRootTrustTrustMode,才會遵守集合。

適用於