IRole<TKey> 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<out TKey>

Type Parameters

outTKey

The type of the key.

NameDescription
System_CAPS_pubpropertyId

The Id of the role

System_CAPS_pubpropertyName

The name of the role

Return to top
Show: