CertificateReceivedEventArgs Class Members
In This Topic
The following tables list the members exposed by CertificateReceivedEventArgs.
Public Properties
| Name | Description |
 | Action | Gets or sets the verification action to take when a certificate is received from an FTP server. |
 | Flags | Gets or sets the verification flags used to verify the FTP server's certificate. |
 | ServerCertificate | Gets the certificate received from the FTP server. |
 | Status | Gets the verification status of the certificate received from the FTP server. |
Top
See Also