Interface IAccountInformation
Information about the account associated to a connection.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IAccountInformation
Properties
| Improve this Doc View SourceFtpUser
Gets the current FTP user.
Declaration
ClaimsPrincipal FtpUser { get; }
Property Value
| Type | Description |
|---|---|
| ClaimsPrincipal |
User
Gets the current user.
Declaration
[Obsolete("Use FtpUser to get the user information.")]
IFtpUser User { get; }
Property Value
| Type | Description |
|---|---|
| IFtpUser |