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
関連付けられている要求。
戻り値
ロール要求エンティティ。