Show / Hide Table of Contents

    Interface IAccountInformation

    Information about the account associated to a connection.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IAccountInformation

    Properties

    | Improve this Doc View Source

    FtpUser

    Gets the current FTP user.

    Declaration
    ClaimsPrincipal FtpUser { get; }
    Property Value
    Type Description
    ClaimsPrincipal
    | Improve this Doc View Source

    User

    Gets the current user.

    Declaration
    [Obsolete("Use FtpUser to get the user information.")]
    IFtpUser User { get; }
    Property Value
    Type Description
    IFtpUser
    • 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.