RoleStoreBase<TRole,TKey,TUserRole,TRoleClaim> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
RoleStoreBase(Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ describer);
public RoleStoreBase (Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer);
new Microsoft.AspNetCore.Identity.RoleStoreBase<'Role, 'Key, 'UserRole, 'RoleClaim (requires 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key> and 'UserRole :> Microsoft.AspNetCore.Identity.IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'RoleClaim :> Microsoft.AspNetCore.Identity.IdentityRoleClaim<'Key> and 'RoleClaim : (new : unit -> 'RoleClaim))> : Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.RoleStoreBase<'Role, 'Key, 'UserRole, 'RoleClaim (requires 'Role :> Microsoft.AspNetCore.Identity.IdentityRole<'Key> and 'Key :> IEquatable<'Key> and 'UserRole :> Microsoft.AspNetCore.Identity.IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'RoleClaim :> Microsoft.AspNetCore.Identity.IdentityRoleClaim<'Key> and 'RoleClaim : (new : unit -> 'RoleClaim))>
Public Sub New (describer As IdentityErrorDescriber)
参数
- describer
- IdentityErrorDescriber