IdentityRole クラス

定義

の既定の IdentityRole<TKey> 実装では、主キーとして文字列が使用されます。

public ref class IdentityRole : Microsoft::AspNetCore::Identity::IdentityRole<System::String ^>
public class IdentityRole : Microsoft.AspNetCore.Identity.IdentityRole<string>
type IdentityRole = class
    inherit IdentityRole<string>
Public Class IdentityRole
Inherits IdentityRole(Of String)
継承
IdentityRole

コンストラクター

IdentityRole()

IdentityRole の新しいインスタンスを初期化します。

IdentityRole(String)

IdentityRole の新しいインスタンスを初期化します。

プロパティ

ConcurrencyStamp

ロールがストアに永続化されるたびに変更する必要があるランダムな値

(継承元 IdentityRole<TKey>)
Id

このロールの主キーを取得または設定します。

(継承元 IdentityRole<TKey>)
Name

このロールの名前を取得または設定します。

(継承元 IdentityRole<TKey>)
NormalizedName

このロールの正規化された名前を取得または設定します。

(継承元 IdentityRole<TKey>)

メソッド

ToString()

ロールの名前を返します。

(継承元 IdentityRole<TKey>)

適用対象