Show / Hide Table of Contents

    Interface IAnonymousFtpUser

    The anonymous FTP interface.

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

    The password is interpreted as e-mail.

    Properties

    | Improve this Doc View Source

    Email

    Gets the e-mail of the anonymous user which was given as password.

    Declaration
    string? Email { get; }
    Property Value
    Type Description
    Nullable<String>

    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.