IUser Interface

Minimal interface for a user with a string user key

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

Syntax

'Declaration
Public Interface IUser
'Usage
Dim instance As IUser
public interface IUser
public interface class IUser
type IUser =  interface end
public interface IUser

The IUser type exposes the following members.

Properties

  Name Description
Public property Id Unique key for the user
Public property UserName

Top

See Also

Reference

Microsoft.AspNet.Identity Namespace