UserManager<TUser>.UserValidators 속성

정의

IUserValidator<TUser> 사용자의 유효성을 검사하는 데 사용되는 입니다.

protected public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IUserValidator<TUser> ^> ^ UserValidators { System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IUserValidator<TUser> ^> ^ get(); };
public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IUserValidator<TUser> ^> ^ UserValidators { System::Collections::Generic::IList<Microsoft::AspNetCore::Identity::IUserValidator<TUser> ^> ^ get(); };
protected internal System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IUserValidator<TUser>> UserValidators { get; }
public System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IUserValidator<TUser>> UserValidators { get; }
member this.UserValidators : System.Collections.Generic.IList<Microsoft.AspNetCore.Identity.IUserValidator<'User>>
Protected Friend ReadOnly Property UserValidators As IList(Of IUserValidator(Of TUser))
Public ReadOnly Property UserValidators As IList(Of IUserValidator(Of TUser))

속성 값

적용 대상