次の方法で共有


IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Claims プロパティ

定義

このユーザーが所有する要求のナビゲーション プロパティ。

public:
 virtual property System::Collections::Generic::ICollection<TUserClaim> ^ Claims { System::Collections::Generic::ICollection<TUserClaim> ^ get(); };
public virtual System.Collections.Generic.ICollection<TUserClaim> Claims { get; }
member this.Claims : System.Collections.Generic.ICollection<'UserClaim>
Public Overridable ReadOnly Property Claims As ICollection(Of TUserClaim)

プロパティ値

ICollection<TUserClaim>

適用対象