Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Security.​Cryptography.​X509Certificates.​X509ChainStatus
Assembly: System.Security.Cryptography
Provides a simple structure for storing X509 chain status and error information.
Properties
public
X509ChainStatusFlags
Status
Specifies the status of the X509 chain.
public
string
StatusInformation
Specifies a description of the <see cref="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus" /> value.
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object