Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509ChainPolicy::ExtraStore Property

 

Represents an additional collection of certificates that can be searched by the chaining engine when validating a certificate chain.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

public:
property X509Certificate2Collection^ ExtraStore {
	X509Certificate2Collection^ get();
}

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft