UserManager<TUser>.SupportsUserClaim Property

Returns true if the store is an IUserClaimStore

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SupportsUserClaim As Boolean 
    Get
'Usage
Dim instance As UserManager 
Dim value As Boolean 

value = instance.SupportsUserClaim
public virtual bool SupportsUserClaim { get; }
public:
virtual property bool SupportsUserClaim {
    bool get ();
}
abstract SupportsUserClaim : bool 
override SupportsUserClaim : bool
function get SupportsUserClaim () : boolean

Property Value

Type: System.Boolean

See Also

Reference

UserManager<TUser> Class

Microsoft.AspNet.Identity Namespace