Compartilhar via


UserManager<TUser>.UserValidators Propriedade

Definição

O IUserValidator<TUser> usado para validar usuários.

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))

Valor da propriedade

Aplica-se a