Show / Hide Table of Contents

    Interface IUnixUser

    Interface for unix user specific information.

    Inherited Members
    IFtpUser.Name
    IFtpUser.IsInGroup(String)
    Namespace: FubarDev.FtpServer.AccountManagement
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    [Obsolete("Use ClaimsPrincipal")]
    public interface IUnixUser : IFtpUser

    Properties

    | Improve this Doc View Source

    GroupId

    Gets the group identifier.

    Declaration
    long GroupId { get; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    HomePath

    Gets the home path.

    Declaration
    string? HomePath { get; }
    Property Value
    Type Description
    Nullable<String>
    | Improve this Doc View Source

    UserId

    Gets the user identifier.

    Declaration
    long UserId { get; }
    Property Value
    Type Description
    Int64

    Extension Methods

    FtpUserExtensions.CreateClaimsPrincipal(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.