System.Security.Cryptography.X509Certificates.X509Chain.ChainElements Property

Gets a collection of System.Security.Cryptography.X509Certificates.X509ChainElement objects.

Syntax

public X509ChainElementCollection ChainElements { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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).

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0