SignInResult.TwoFactorRequired Property

Definition

Returns a SignInResult that represents a sign-in attempt that needs two-factor authentication.

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

Property Value

A SignInResult that represents sign-in attempt that needs two-factor authentication.

Applies to