X509ChainPolicy.ExtraStore 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示額外憑證集合的物件,這些憑證可在驗證憑證鍊結時由鍊結引擎搜尋。
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 物件。
備註
安全套接字層 (SSL) 和安全 MIME (S/MIME) 等通訊協定允許包含其他憑證,以用於驗證憑證鏈結;這些憑證可證明在驗證程式中很有用。 此屬性可讓這些憑證傳遞至鏈結驗證引擎。 根據預設,此集合是空的。