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)

클레임에서 형식 및 값을 읽습니다.

ToClaim()

엔터티를 클레임 instance 변환합니다.

적용 대상