RoleStore<TRole,TContext,TKey>.CreateRoleClaim(TRole, Claim) Method
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.
Creates a entity representing a role claim.
protected:
override Microsoft::AspNetCore::Identity::EntityFrameworkCore::IdentityRoleClaim<TKey> ^ CreateRoleClaim(TRole role, System::Security::Claims::Claim ^ claim);
protected override Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<TKey> CreateRoleClaim (TRole role, System.Security.Claims.Claim claim);
override this.CreateRoleClaim : 'Role * System.Security.Claims.Claim -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<'Key (requires 'Key :> IEquatable<'Key>)>
Protected Overrides Function CreateRoleClaim (role As TRole, claim As Claim) As IdentityRoleClaim(Of TKey)
Parameters
- role
- TRole
The associated role.
- claim
- Claim
The associated claim.
Returns
The role claim entity.