Class SimpleMailAddressValidation
The password must have the form of a valid email address.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.AccountManagement.Anonymous
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class SimpleMailAddressValidation : IAnonymousPasswordValidator
Remarks
A @
is required and the host name must contain a dot.
Methods
| Improve this Doc View SourceIsValid(String)
Declaration
public bool IsValid(string password)
Parameters
Type | Name | Description |
---|---|---|
String | password |
Returns
Type | Description |
---|---|
Boolean |