SignInResult.Failed Property

Definition

Returns a SignInResult that represents a failed sign-in.

public:
 static property Microsoft::AspNetCore::Identity::SignInResult ^ Failed { Microsoft::AspNetCore::Identity::SignInResult ^ get(); };
public static Microsoft.AspNetCore.Identity.SignInResult Failed { get; }
static member Failed : Microsoft.AspNetCore.Identity.SignInResult
Public Shared ReadOnly Property Failed As SignInResult

Property Value

A SignInResult that represents a failed sign-in.

Applies to