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.

X509ChainElement::ChainElementStatus Property

 

Gets the error status of the current X.509 certificate in a chain.

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

public:
property array<X509ChainStatus>^ ChainElementStatus {
	array<X509ChainStatus>^ get();
}

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
Return to top
Show:
© 2017 Microsoft