Show / Hide Table of Contents

    Interface IAuthorizationInformationFeature

    Authorization information feature.

    Namespace: FubarDev.FtpServer.Features
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IAuthorizationInformationFeature

    Properties

    | Improve this Doc View Source

    FtpUser

    Gets or sets the current user.

    Declaration
    ClaimsPrincipal? FtpUser { get; set; }
    Property Value
    Type Description
    Nullable<ClaimsPrincipal>
    | Improve this Doc View Source

    User

    Gets or sets the current user.

    Declaration
    [Obsolete("Use the FtpUser property.")]
    IFtpUser? User { get; set; }
    Property Value
    Type Description
    Nullable<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.