Class FtpClaimTypes
Claim types for the FTP server.
Inherited Members
Namespace: FubarDev.FtpServer.AccountManagement
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public static class FtpClaimTypes
Fields
| Improve this Doc View SourceGroupId
The URI for a claim that specifies the users Unix main group ID.
Declaration
public static readonly string GroupId
Field Value
Type | Description |
---|---|
String |
HomePath
The URI for a claim that specifies the users home path.
Declaration
public static readonly string HomePath
Field Value
Type | Description |
---|---|
String |
UserId
The URI for a claim that specifies the users Unix ID.
Declaration
public static readonly string UserId
Field Value
Type | Description |
---|---|
String |