IUser<TKey> Interface

 

Defines the properties for a user.

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

public interface IUser<out TKey>

Type Parameters

outTKey

NameDescription
System_CAPS_pubpropertyId

The unique identifier for the user.

System_CAPS_pubpropertyUserName

The unique name for the user.

Return to top
Show: