IdentityResultAssert.IsSuccess(IdentityResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asserts that the result has Succeeded.
public:
static void IsSuccess(Microsoft::AspNetCore::Identity::IdentityResult ^ result);
public static void IsSuccess (Microsoft.AspNetCore.Identity.IdentityResult result);
static member IsSuccess : Microsoft.AspNetCore.Identity.IdentityResult -> unit
Public Shared Sub IsSuccess (result As IdentityResult)
Parameters
- result
- IdentityResult