RoleManager<TRole>.SupportsRoleClaims Property

Definition

Gets a flag indicating whether the underlying persistence store supports Claims for roles.

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

Property Value

true if the underlying persistence store supports Claims for roles, otherwise false.

Applies to