Class AuthTlsOptions
Options for SSL/TLS connections.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.dll
Syntax
public class AuthTlsOptions
Properties
| Improve this Doc View SourceImplicitFtps
Gets or sets a value indicating whether implicit FTPS is used.
Declaration
public bool ImplicitFtps { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ServerCertificate
Gets or sets the server certificate.
Declaration
public X509Certificate2? ServerCertificate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<X509Certificate2> |