Show / Hide Table of Contents

    Class IdentityResultExtensions

    Extends Microsoft.AspNetCore.Identity.IdentityResult objects with convenience methods to get error codes, descriptions and a synthesised error message.
    Inheritance
    Object
    IdentityResultExtensions
    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.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.