SignInResult.Success Property
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.
Returns a SignInResult that represents a successful sign-in.
public:
static property Microsoft::AspNetCore::Identity::SignInResult ^ Success { Microsoft::AspNetCore::Identity::SignInResult ^ get(); };
public static Microsoft.AspNetCore.Identity.SignInResult Success { get; }
static member Success : Microsoft.AspNetCore.Identity.SignInResult
Public Shared ReadOnly Property Success As SignInResult
Property Value
A SignInResult that represents a successful sign-in.