Interface IUnixUser
Interface for unix user specific information.
Namespace: FubarDev.FtpServer.AccountManagement
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
[Obsolete("Use ClaimsPrincipal")]
public interface IUnixUser : IFtpUser
Properties
| Improve this Doc View SourceGroupId
Gets the group identifier.
Declaration
long GroupId { get; }
Property Value
Type | Description |
---|---|
Int64 |
HomePath
Gets the home path.
Declaration
string? HomePath { get; }
Property Value
Type | Description |
---|---|
Nullable<String> |
UserId
Gets the user identifier.
Declaration
long UserId { get; }
Property Value
Type | Description |
---|---|
Int64 |