Share via


HttpWebRequest.HttpsAuthentCerts Property

Gets or sets the array of certificates used to authenticate HTTPS servers.

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

Syntax

public X509Certificate [] HttpsAuthentCerts { get; set; }

Property Value

The array of certificates used to authenticate https servers.

Remarks

These certificates are used only for HTTPS connections; HTTP connections do not require them.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace