IdentityRole クラス

定義

public ref class IdentityRole : Microsoft::AspNet::Identity::CoreCompat::IdentityRole<System::String ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserRole ^>
public class IdentityRole : Microsoft.AspNet.Identity.CoreCompat.IdentityRole<string,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole>
type IdentityRole = class
    inherit IdentityRole<string, IdentityUserRole>
Public Class IdentityRole
Inherits IdentityRole(Of String, IdentityUserRole)
継承
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>
IdentityRole<String,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole>
IdentityRole

コンストラクター

IdentityRole()

コンストラクター

IdentityRole(String)

コンストラクター

プロパティ

Claims

ロール内の要求のナビゲーション プロパティ

(継承元 IdentityRole<TKey,TUserRole>)
ConcurrencyStamp

コンカレンシー スタンプ

(継承元 IdentityRole<TKey,TUserRole>)
NormalizedName

正規化されたロール名

(継承元 IdentityRole<TKey,TUserRole>)

適用対象