UserValidator<TUser>.Describer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.