X509ChainPolicy.ExtraStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that represents an additional collection of certificates that can be searched by the chaining engine when validating a certificate chain.
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
Property Value
An X509Certificate2Collection object.
Remarks
Protocols such as Secure Sockets Layer (SSL) and Secure MIME (S/MIME) allow the inclusion of additional certificates for use in validating a certificate chain; these certificates can prove to be useful in the validation process. This property allows these certificates to be passed to the chain validation engine. By default, this collection is empty.