SignInResult.Success Property

Definition

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.

Applies to