Show / Hide Table of Contents

    Class AuthTlsOptions

    Options for SSL/TLS connections.

    Inheritance
    Object
    AuthTlsOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class AuthTlsOptions

    Properties

    | Improve this Doc View Source

    ImplicitFtps

    Gets or sets a value indicating whether implicit FTPS is used.

    Declaration
    public bool ImplicitFtps { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    ServerCertificate

    Gets or sets the server certificate.

    Declaration
    public X509Certificate2? ServerCertificate { get; set; }
    Property Value
    Type Description
    Nullable<X509Certificate2>
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.