SignInResult.NotAllowed Property

Definition

Returns a SignInResult that represents a sign-in attempt that failed because the user is not allowed to sign-in.

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

Property Value

A SignInResult that represents sign-in attempt that failed due to the user is not allowed to sign-in.

Applies to