IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TKey, typename TUserLogin, typename TUserRole, typename TUserClaim>
where TUserLogin : IdentityUserLogin<TKey> where TUserRole : IdentityUserRole<TKey> where TUserClaim : IdentityUserClaim<TKey>public ref class IdentityUser : Microsoft::AspNet::Identity::EntityFramework::IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>
public class IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim> : Microsoft.AspNet.Identity.EntityFramework.IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim> where TUserLogin : IdentityUserLogin<TKey> where TUserRole : IdentityUserRole<TKey> where TUserClaim : IdentityUserClaim<TKey>
type IdentityUser<'Key, 'UserLogin, 'UserRole, 'UserClaim (requires 'UserLogin :> IdentityUserLogin<'Key> and 'UserRole :> IdentityUserRole<'Key> and 'UserClaim :> IdentityUserClaim<'Key>)> = class
inherit IdentityUser<'Key, 'UserLogin, 'UserRole, 'UserClaim (requires 'UserLogin :> IdentityUserLogin<'Key> and 'UserRole :> IdentityUserRole<'Key> and 'UserClaim :> IdentityUserClaim<'Key>)>
Public Class IdentityUser(Of TKey, TUserLogin, TUserRole, TUserClaim)
Inherits IdentityUser(Of TKey, TUserLogin, TUserRole, TUserClaim)
Type Parameters
- TKey
- TUserLogin
- TUserRole
- TUserClaim
- Inheritance
-
Microsoft.AspNet.Identity.EntityFramework.IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>
- Derived
Constructors
| IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>() |
Properties
| ConcurrencyStamp |
Concurrency stamp |
| NormalizedEmail |
Normalized email |
| NormalizedUserName | |