Show / Hide Table of Contents

    Interface IMembershipProvider

    Membership provider interface.

    Namespace: FubarDev.FtpServer.AccountManagement
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IMembershipProvider
    Remarks

    This interface must be implemented to allow the username/password authentication.

    Methods

    | Improve this Doc View Source

    ValidateUserAsync(String, String)

    Validates if the combination of username and password is valid.

    Declaration
    Task<MemberValidationResult> ValidateUserAsync(string username, string password)
    Parameters
    Type Name Description
    String username

    The user name.

    String password

    The password.

    Returns
    Type Description
    Task<MemberValidationResult>

    The result of the validation.

    • 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.