Show / Hide Table of Contents

    Class ClaimsPrincipalExtensions

    Extension methods for ClaimsPrincipal.

    Inheritance
    Object
    ClaimsPrincipalExtensions
    Inherited Members
    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 static class ClaimsPrincipalExtensions

    Methods

    | Improve this Doc View Source

    CreateUser(ClaimsPrincipal)

    Creates a IFtpUser for a ClaimsPrincipal.

    Declaration
    [Obsolete("Will only be used for compatibility purposes.")]
    public static IFtpUser CreateUser(this ClaimsPrincipal principal)
    Parameters
    Type Name Description
    ClaimsPrincipal principal

    The claims principal to create the IFtpUser from.

    Returns
    Type Description
    IFtpUser

    The new object.

    • 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.