RoleStore<TRole,TContext,TKey>.CreateRoleClaim(TRole, Claim) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
역할 클레임을 나타내는 엔터티를 만듭니다.
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)
매개 변수
- role
- TRole
연결된 역할입니다.
- claim
- Claim
연결된 클레임입니다.
반환
역할 클레임 엔터티입니다.