FtpSslValidationEventArgs Properties

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The FtpSslValidationEventArgs type exposes the following members.

Properties

  Name Description
Public property Accept
Gets or sets a value indicating if this certificate should be accepted. The default value is false. If the certificate is not accepted, an AuthenticationException will be thrown.
Public property Certificate
The certificate to be validated
Public property Chain
The certificate chain
Public property PolicyErrors
Validation errors, if any.

See Also