IdentityResult Class
Represents the result of an identity operation.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | IdentityResult(Boolean) | Constructor that takes whether the result is successful |
![]() | IdentityResult(IEnumerable<String>) | Initializes a new instance of the IdentityResult class with the specified error messages. |
![]() | IdentityResult(String[]) | Initializes a new instance of the IdentityResult class with the specified error messages. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | Failed(String[]) | Specifies the failed helper method. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



