IdentityResult Class

 

Represents the result of an identity operation.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

System.Object
  Microsoft.AspNet.Identity.IdentityResult

public class IdentityResult

NameDescription
System_CAPS_protmethodIdentityResult(Boolean)

Constructor that takes whether the result is successful

System_CAPS_pubmethodIdentityResult(IEnumerable<String>)

Initializes a new instance of the IdentityResult class with the specified error messages.

System_CAPS_pubmethodIdentityResult(String[])

Initializes a new instance of the IdentityResult class with the specified error messages.

NameDescription
System_CAPS_pubpropertyErrors

Gets the list of errors.

System_CAPS_pubpropertySucceeded

Gets a value that indicates whether the operation was successful.

System_CAPS_pubpropertySystem_CAPS_staticSuccess

Gets the static success result.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFailed(String[])

Specifies the failed helper method.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: