Dart.Ftp Namespace : FtpSecurity Class |
The following tables list the members exposed by FtpSecurity.
Name | Description | |
---|---|---|
FtpSecurity Constructor |
Name | Description | |
---|---|---|
SelectionCallback | The delegate that executes to permit selection of a cient certificate. (Inherited from Dart.Ftp.ClientSecurity) | |
ValidationCallback | The delegate that executes after the server provides its certificate to the client. (Inherited from Dart.Ftp.Security) |
Name | Description | |
---|---|---|
Certificates | Gets or sets a collection of client certificates to use during authentication. (Inherited from Dart.Ftp.ClientSecurity) | |
CheckCertificateRevocation | Indicates whether the certificate revocation list is checked during authentication. (Inherited from Dart.Ftp.Security) | |
EncryptControl | Gets or sets a value that controls how the control connection is encrypted. | |
EncryptData | Gets or sets a value that controls whether the data connection is encrypted. | |
Protocols | Gets or sets the SSL/TLS Protocols available for authentication. (Inherited from Dart.Ftp.Security) | |
TargetHost | Gets or sets the remote host to be authenticated. (Inherited from Dart.Ftp.ClientSecurity) |