IUser<TKey> Interface

 

Defines the properties for a user.

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

Syntax

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

Type Parameters

  • out TKey

Properties

Name Description
System_CAPS_pubproperty Id

The unique identifier for the user.

System_CAPS_pubproperty UserName

The unique name for the user.

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top