IdentityUser 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 기본 구현 IdentityUser<TKey> 은 문자열을 기본 키로 사용합니다.
public ref class IdentityUser : Microsoft::AspNetCore::Identity::IdentityUser<System::String ^>
public class IdentityUser : Microsoft.AspNetCore.Identity.IdentityUser<string>
type IdentityUser = class
inherit IdentityUser<string>
Public Class IdentityUser
Inherits IdentityUser(Of String)
- 상속
생성자
IdentityUser() |
IdentityUser의 새 인스턴스를 초기화합니다. |
IdentityUser(String) |
IdentityUser의 새 인스턴스를 초기화합니다. |
속성
AccessFailedCount |
현재 사용자의 실패한 로그인 시도 횟수를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
ConcurrencyStamp |
사용자가 저장소에 유지될 때마다 변경해야 하는 임의 값 (다음에서 상속됨 IdentityUser<TKey>) |
이 사용자의 이메일 주소를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
|
EmailConfirmed |
사용자가 전자 메일 주소를 확인했는지 여부를 나타내는 플래그를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
Id |
이 사용자의 기본 키를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
LockoutEnabled |
사용자가 잠글 수 있는지 여부를 나타내는 플래그를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
LockoutEnd |
사용자 잠금이 종료되는 날짜 및 시간을 UTC로 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
NormalizedEmail |
이 사용자의 정규화된 전자 메일 주소를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
NormalizedUserName |
이 사용자의 정규화된 사용자 이름을 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
PasswordHash |
이 사용자에 대한 암호의 솔트된 및 해시된 표현을 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
PhoneNumber |
사용자의 전화 번호를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
PhoneNumberConfirmed |
사용자가 전화 주소를 확인했는지 여부를 나타내는 플래그를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
SecurityStamp |
사용자 자격 증명이 변경될 때마다 변경해야 하는 임의 값(암호 변경, 로그인 제거) (다음에서 상속됨 IdentityUser<TKey>) |
TwoFactorEnabled |
이 사용자에 대해 2단계 인증을 사용할 수 있는지 여부를 나타내는 플래그를 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
UserName |
이 사용자의 사용자 이름을 가져오거나 설정합니다. (다음에서 상속됨 IdentityUser<TKey>) |
메서드
ToString() |
이 사용자의 사용자 이름을 반환합니다. (다음에서 상속됨 IdentityUser<TKey>) |