RoleManager<TRole>.SupportsRoleClaims Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.