Class IdentityResultExtensions
Extends Microsoft.AspNetCore.Identity.IdentityResult objects with convenience methods to get error codes, descriptions and
a synthesised error message.
Namespace: XploRe.AspNetCore.Identity
Assembly: XploRe.AspNetCore.Identity.dll
Syntax
public static class IdentityResultExtensions : Object
Methods
Name | Description |
---|---|
ErrorCodes(IdentityResult) | Retrieves all error codes from the Microsoft.AspNetCore.Identity.IdentityResult as a list. |
ErrorDescriptions(IdentityResult) | Retrieves all error descriptions from the Microsoft.AspNetCore.Identity.IdentityResult as a list. |
ErrorMessage(IdentityResult) | Composes an error message from all error descriptions in the Microsoft.AspNetCore.Identity.IdentityResult. |