Share via


SignInResult.NotAllowed Proprietà

Definizione

Restituisce un oggetto SignInResult che rappresenta un tentativo di accesso non riuscito perché l'utente non è autorizzato ad accedere.

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

Valore della proprietà

Oggetto SignInResult che rappresenta il tentativo di accesso che non è riuscito a causa dell'utente non è consentito accedere.

Si applica a