Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the result of an identity operation
System.Object
Microsoft.AspNet.Identity.IdentityResult
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
'Declaration
Public Class IdentityResult
'Usage
Dim instance As IdentityResult
public class IdentityResult
public ref class IdentityResult
type IdentityResult = class end
public class IdentityResult
The IdentityResult type exposes the following members.
Name | Description | |
---|---|---|
![]() |
IdentityResult(IEnumerable<String>) | Failure constructor that takes error messages |
![]() |
IdentityResult(array<String[]) | Failure constructor that takes error messages |
Top
Name | Description | |
---|---|---|
![]() |
Errors | List of errors |
![]() |
Succeeded | True if the operation was successful |
![]() ![]() |
Success | True if the operation was successful |
Top
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() ![]() |
Failed | Failed helper method |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.