UserManager<TUser>.SupportsUserClaim Property

Definition

Gets a flag indicating whether the backing user store supports user claims.

public:
 virtual property bool SupportsUserClaim { bool get(); };
public virtual bool SupportsUserClaim { get; }
member this.SupportsUserClaim : bool
Public Overridable ReadOnly Property SupportsUserClaim As Boolean

Property Value

true if the backing user store supports user claims, otherwise false.

Applies to