Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SslPolicyErrors Enumeration

 

Enumerates Secure Socket Layer (SSL) policy errors.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

[FlagsAttribute]
public enum SslPolicyErrors

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft