Class ClaimsIdentityExtensions
Extension methods for ClaimsIdentity.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public static class ClaimsIdentityExtensions
Methods
| Improve this Doc View SourceIsAnonymous(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. |