net9.0
namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
{
public class RoleStore<TRole, TContext, TKey, TUserRole, TRoleClaim> : IQueryableRoleStore<TRole!>, IRoleClaimStore<TRole!>, IRoleStore<TRole!>, IDisposable
where TRole, IdentityRole<TKey>!
where TContext, DbContext!
where TKey, IEquatable<TKey>!
where TUserRole, new(), IdentityUserRole<TKey>!
where TRoleClaim, new(), IdentityRoleClaim<TKey>!
{
[AsyncStateMachine(typeof(<RemoveClaimAsync>d__31))]
public virtual Task! RemoveClaimAsync(TRole! role, Claim! claim, CancellationToken cancellationToken = default);
}
}
.NET | 8.09.0 |
---|---|
.NET Core | 2.02.12.2 |
Information specific to net9.0 | |
Assemblies | Microsoft.AspNetCore.Identity.EntityFrameworkCore , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.AspNetCore.Identity.EntityFrameworkCore , Version=8.0.10.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Identity.EntityFrameworkCore (10.0.0-alpha.1.24416.8) net9.0 |
Platform Restrictions | This API is supported on all platforms. |