Show / Hide Table of Contents

Class IdentityExtensions

Extension methods for the IIdentity interface

Inheritance
Object
IdentityExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Utils
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class IdentityExtensions

Methods

| Improve this Doc View Source

IsAnonymous(IIdentity)

Returns a value that indicates whether the identity is for an anonymous user.

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

The identity to check

Returns
Type Description
Boolean

true when identity is anonymous

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX