Show / Hide Table of Contents

Class IdentityUserExtensions

Inheritance
object
IdentityUserExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public static class IdentityUserExtensions

Methods

HasAuthenticator(IdentityUser)

Declaration
public static bool HasAuthenticator(this IdentityUser user)
Parameters
Type Name Description
IdentityUser user
Returns
Type Description
bool

SetAuthenticator(IdentityUser, bool)

Declaration
public static IdentityUser SetAuthenticator(this IdentityUser user, bool authenticator)
Parameters
Type Name Description
IdentityUser user
bool authenticator
Returns
Type Description
IdentityUser
In this article
Back to top Powered by ABP.IO Platform