Show / Hide Table of Contents

    Class UnixClaimsFtpUser

    A IUnixUser implementation that uses the data from a ClaimsPrincipal.

    Inheritance
    Object
    ClaimsFtpUser
    UnixClaimsFtpUser
    Implements
    IUnixUser
    IFtpUser
    Inherited Members
    ClaimsFtpUser.Name
    ClaimsFtpUser.IsInGroup(String)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.AccountManagement.Compatibility
    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)

    Initializes a new instance of the UnixClaimsFtpUser class.

    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
    Type Description
    Int64
    | Improve this Doc View Source

    HomePath

    Declaration
    public string? HomePath { get; }
    Property Value
    Type Description
    Nullable<String>
    | Improve this Doc View Source

    UserId

    Declaration
    public long UserId { get; }
    Property Value
    Type Description
    Int64

    Implements

    IUnixUser
    IFtpUser

    Extension Methods

    FtpUserExtensions.CreateClaimsPrincipal(IFtpUser)
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.