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)

Syntax

public interface IRole<out TKey>
generic<typename TKey>
public interface class IRole
type IRole<'TKey> = interface end
Public Interface IRole(Of Out TKey)

Type Parameters

  • **out **TKey
    The type of the key.

Properties

Name Description
System_CAPS_pubproperty Id

The Id of the role

System_CAPS_pubproperty Name

The name of the role

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top