ClaimsIdentityOptions 클래스

정의

잘 알려진 클레임에 사용되는 클레임 유형을 구성하는 데 사용되는 옵션입니다.

public ref class ClaimsIdentityOptions
public class ClaimsIdentityOptions
type ClaimsIdentityOptions = class
Public Class ClaimsIdentityOptions
상속
ClaimsIdentityOptions

생성자

ClaimsIdentityOptions()

잘 알려진 클레임에 사용되는 클레임 유형을 구성하는 데 사용되는 옵션입니다.

속성

EmailClaimType

사용자 전자 메일 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 Email입니다.

RoleClaimType

역할 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 Role입니다.

SecurityStampClaimType

보안 스탬프 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 "AspNet.Identity.SecurityStamp"입니다.

UserIdClaimType

사용자 식별자 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 NameIdentifier입니다.

UserNameClaimType

사용자 이름 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 Name입니다.

적용 대상