Gets a collection of System.Security.Cryptography.X509Certificates.X509ChainElement objects.
Documentation for this section has not yet been entered.
Each System.Security.Cryptography.X509Certificates.X509ChainElement object is a representation of an element in the chain that was built during a call to the X509Chain.Build(X509Certificate2) method.
A chain element consists of an System.Security.Cryptography.X509Certificates.X509Certificate2 object, an System.Security.Cryptography.X509Certificates.X509ChainStatus structure, and an extra information string (available only on Windows XP platforms).