UserValidator<TUser>.Describer Property

Definition

Gets the IdentityErrorDescriber used to provider error messages for the current UserValidator<TUser>.

public:
 property Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ Describer { Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ get(); };
public Microsoft.AspNetCore.Identity.IdentityErrorDescriber Describer { get; }
member this.Describer : Microsoft.AspNetCore.Identity.IdentityErrorDescriber
Public ReadOnly Property Describer As IdentityErrorDescriber

Property Value

The IdentityErrorDescriber used to provider error messages for the current UserValidator<TUser>.

Applies to