IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserClaims Property       
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.
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, setPublic Property UserClaims As DbSet(Of TUserClaim)