Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the store is an IUserClaimStore.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
'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
Type: System.Boolean
true if the store is an IUserClaimStore; otherwise, false.
UserManager<TUser, TKey> Class