다음을 통해 공유


PasswordValidator<TUser>(IdentityErrorDescriber) 생성자

정의

의 새 instance 생성합니다PasswordValidator<TUser>.

public PasswordValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber errors = default);
public PasswordValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber? errors = default);
new Microsoft.AspNetCore.Identity.PasswordValidator<'User (requires 'User : null)> : Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.PasswordValidator<'User (requires 'User : null)>
Public Sub New (Optional errors As IdentityErrorDescriber = Nothing)

매개 변수

errors
IdentityErrorDescriber

IdentityErrorDescriber 오류 텍스트를 검색할 입니다.

적용 대상