Show / Hide Table of Contents

    Class ClaimsIdentityExtensions

    Extension methods for ClaimsIdentity.

    Inheritance
    Object
    ClaimsIdentityExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public static class ClaimsIdentityExtensions

    Methods

    | Improve this Doc View Source

    IsAnonymous(ClaimsIdentity)

    Checks if the identity represents an anonymous user.

    Declaration
    public static bool IsAnonymous(this ClaimsIdentity identity)
    Parameters
    Type Name Description
    ClaimsIdentity identity

    The identity to check.

    Returns
    Type Description
    Boolean

    true when identity is an anonymous user.

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