Aracılığıyla paylaş


IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.UserClaims Özellik

Tanım

Kullanıcı taleplerini alır veya ayarlar DbSet<TEntity> .

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

Özellik Değeri

DbSet<TUserClaim>

Şunlara uygulanır