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.
X509ChainElement::ChainElementStatus Property
.NET Framework (current version)
Gets the error status of the current X.509 certificate in a chain.
Assembly: System (in System.dll)
public: property array<X509ChainStatus>^ ChainElementStatus { array<X509ChainStatus>^ get(); }
Property Value
Type: array<System.Security.Cryptography.X509Certificates::X509ChainStatus>^An array of X509ChainStatus objects.
This property returns an array of X509ChainStatus objects, each consisting of an error code bit and a descriptive localized error message.
.NET Framework
Available since 2.0
Available since 2.0
Show: