Show / Hide Table of Contents

    Interface IAnonymousPasswordValidator

    This interface validates the password for an anonymous login.

    Namespace: FubarDev.FtpServer.AccountManagement.Anonymous
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IAnonymousPasswordValidator

    Methods

    | Improve this Doc View Source

    IsValid(String)

    Determines whether this password is valid for an anonymous login.

    Declaration
    bool IsValid(string password)
    Parameters
    Type Name Description
    String password

    The password to validate.

    Returns
    Type Description
    Boolean
    true
    when the password is valid for this kind of anonymous authentication.
    • 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.