IdentityUserClaim<TKey> クラス

定義

ユーザーが所有するクレームを表します。

generic <typename TKey>
 where TKey : IEquatable<TKey>public ref class IdentityUserClaim
public class IdentityUserClaim<TKey> where TKey : IEquatable<TKey>
type IdentityUserClaim<'Key (requires 'Key :> IEquatable<'Key>)> = class
Public Class IdentityUserClaim(Of TKey)

型パラメーター

TKey

この要求を所有するこのユーザーの主キーに使用される型。

継承
IdentityUserClaim<TKey>

コンストラクター

IdentityUserClaim<TKey>()

ユーザーが所有するクレームを表します。

プロパティ

ClaimType

この要求の要求の種類を取得または設定します。

ClaimValue

この要求の要求値を取得または設定します。

Id

このユーザー要求の識別子を取得または設定します。

UserId

この要求に関連付けられているユーザーの主キーを取得または設定します。

メソッド

InitializeFromClaim(Claim)

Claim から型と値を読み取ります。

ToClaim()

エンティティを Claim インスタンスに変換します。

適用対象