UserManager<TUser>.UserValidators 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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))
	属性值
		IList<IUserValidator<TUser>>