IdentityErrorDescriber.UserLockoutNotEnabled Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore IdentityError che indica che il blocco utente non è abilitato.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ UserLockoutNotEnabled();
public virtual Microsoft.AspNetCore.Identity.IdentityError UserLockoutNotEnabled ();
abstract member UserLockoutNotEnabled : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.UserLockoutNotEnabled : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function UserLockoutNotEnabled () As IdentityError
Restituisce
Oggetto IdentityError che indica che il blocco utente non è abilitato.