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.

enum System.Net.Security.SslPolicyErrors

Assembly: System.Net.Primitives

Enumerates Secure Socket Layer (SSL) policy errors.

Values

None
No SSL policy errors.
RemoteCertificateNotAvailable
Certificate not available.
RemoteCertificateNameMismatch
Certificate name mismatch.
RemoteCertificateChainErrors
<see cref="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus" /> has returned a non empty array.