Show / Hide Table of Contents

    Interface IFtpUser

    A basic FTP user interface.

    Namespace: FubarDev.FtpServer.AccountManagement
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    [Obsolete("Use ClaimsPrincipal")]
    public interface IFtpUser

    Properties

    | Improve this Doc View Source

    Name

    Gets the name of the user.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    IsInGroup(String)

    Returns true when the user is in the given group.

    Declaration
    bool IsInGroup(string groupName)
    Parameters
    Type Name Description
    String groupName

    The name of the group.

    Returns
    Type Description
    Boolean

    true when the user is in the queries groupName.

    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.