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 | |
---|---|---|
Id | Unique key for the user | |
UserName |
Top