System.Net.FtpWebRequest.ClientCertificates Property

Gets or sets the certificates used for establishing an encrypted connection to the FTP server.

Syntax

[System.MonoTODO]
public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Client certificates are used to authenticate the client during the initial SSL connection negotiation. For more information, see FtpWebRequest.EnableSsl.

Note:

The .NET Framework caches SSL sessions as they are created and attempts to reuse a cached session for a new request, if possible. When attempting to reuse an SSL session, the .NET Framework uses the first element of HttpWebRequest.ClientCertificates (if there is one), or tries to reuse an anonymous session if HttpWebRequest.ClientCertificates is empty.

Requirements

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