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: