IRole Interface

 

Defines the set of data needed to persist role information.

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

public interface IRole : IRole<string>

NameDescription
System_CAPS_pubpropertyId

The Id of the role(Inherited from IRole<TKey>.)

System_CAPS_pubpropertyName

The name of the role(Inherited from IRole<TKey>.)

Return to top
Show: