Class IdentityExtensions
Extension methods for the IIdentity interface
Inherited Members
Namespace:FubarDev.WebDavServer.Utils
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class IdentityExtensions
Methods
| Improve this Doc View SourceIsAnonymous(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 |