HttpsAuthentCerts Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Property HttpsAuthentCerts As X509Certificate()
public X509Certificate[] HttpsAuthentCerts { get; set; }
public:
property array<X509Certificate^>^ HttpsAuthentCerts {
    array<X509Certificate^>^ get ();
    void set (array<X509Certificate^>^ value);
}
member HttpsAuthentCerts : X509Certificate[] with get, set
function get HttpsAuthentCerts () : X509Certificate[]
function set HttpsAuthentCerts (value : X509Certificate[])

Property Value

Type: array<System.Security.Cryptography.X509Certificates. . :: . .X509Certificate> [] () [] []
The array of certificates used to authenticate https servers.

Remarks

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

.NET Framework Security

See Also

Reference

HttpWebRequest Class

System.Net Namespace