Class UnixClaimsFtpUser
  
  
  
  
    Inheritance
    
    
    UnixClaimsFtpUser
   
  
  
  
  Assembly: FubarDev.FtpServer.Abstractions.dll
  Syntax
  
    [Obsolete("Will only be used for compatibility purposes.")]
public class UnixClaimsFtpUser : ClaimsFtpUser, IUnixUser, IFtpUser
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UnixClaimsFtpUser(ClaimsPrincipal)
  
  
  Declaration
  
    public UnixClaimsFtpUser(ClaimsPrincipal principal)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ClaimsPrincipal | 
        principal | 
        The principal to initialize this object with. 
 | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GroupId
  
  
  Declaration
  
    public long GroupId { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  HomePath
  
  
  Declaration
  
    public string? HomePath { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UserId
  
  
  Declaration
  
    public long UserId { get; }
   
  Property Value
  
  Implements
  
  
  Extension Methods