SslPolicyErrors Enumeration
.NET Framework (current version)
Enumerates Secure Socket Layer (SSL) policy errors.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| None | No SSL policy errors. | |
| RemoteCertificateChainErrors | ChainStatus has returned a non empty array. | |
| RemoteCertificateNameMismatch | Certificate name mismatch. | |
| RemoteCertificateNotAvailable | Certificate not available. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: