IUser 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 : IUser<string>

NameDescription
System_CAPS_pubpropertyId

The unique identifier for the user.(Inherited from IUser<TKey>.)

System_CAPS_pubpropertyUserName

The unique name for the user.(Inherited from IUser<TKey>.)

Return to top
Show: