System.Net.Security.SslPolicyErrors Enumeration

Enumerates Secure Socket Layer (SSL) policy errors.

Syntax

[System.Flags]
public enum SslPolicyErrors

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
None

No SSL policy errors.

RemoteCertificateChainErrors

System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus has returned a non empty array.

RemoteCertificateNameMismatch

Certificate name mismatch.

RemoteCertificateNotAvailable

Certificate not available.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0