Interface IAuthorizationInformationFeature
Authorization information feature.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IAuthorizationInformationFeature
Properties
| Improve this Doc View SourceFtpUser
Gets or sets the current user.
Declaration
ClaimsPrincipal? FtpUser { get; set; }
Property Value
Type | Description |
---|---|
Nullable<ClaimsPrincipal> |
User
Gets or sets the current user.
Declaration
[Obsolete("Use the FtpUser property.")]
IFtpUser? User { get; set; }
Property Value
Type | Description |
---|---|
Nullable<IFtpUser> |