Class AnonymousFtpUser
Inheritance
AnonymousFtpUser
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
[Obsolete("Use ClaimsPrincipal")]
public class AnonymousFtpUser : IAnonymousFtpUser, IFtpUser
Constructors
|
Improve this Doc
View Source
AnonymousFtpUser(Nullable<String>)
Declaration
public AnonymousFtpUser(string? email)
Parameters
Type |
Name |
Description |
Nullable<String> |
email |
The anonymous users email address.
|
Properties
|
Improve this Doc
View Source
Email
Gets the anonymous users email address.
Declaration
public string? Email { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Methods
|
Improve this Doc
View Source
IsInGroup(String)
Declaration
public bool IsInGroup(string groupName)
Parameters
Type |
Name |
Description |
String |
groupName |
|
Returns
Implements
Extension Methods