X509ChainPolicy.CustomTrustStore 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示取代預設憑證信任的憑證集合。
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
屬性值
取代預設憑證信任的憑證集合。
備註
只有在 設定為 CustomRootTrust時TrustMode,才會遵守集合。