IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserClaims Property

Definition

Gets or sets the DbSet<TEntity> of User claims.

public:
 property Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ UserClaims { Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUserClaim> UserClaims { get; set; }
member this.UserClaims : Microsoft.EntityFrameworkCore.DbSet<'UserClaim (requires 'UserClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<'Key>)> with get, set
Public Property UserClaims As DbSet(Of TUserClaim)

Property Value

DbSet<TUserClaim>

Applies to