IdentityErrorDescriber.PasswordTooShort(Int32) 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 una password dell'oggetto specificato length
non soddisfa i requisiti di lunghezza minima.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ PasswordTooShort(int length);
public virtual Microsoft.AspNetCore.Identity.IdentityError PasswordTooShort (int length);
abstract member PasswordTooShort : int -> Microsoft.AspNetCore.Identity.IdentityError
override this.PasswordTooShort : int -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function PasswordTooShort (length As Integer) As IdentityError
Parametri
- length
- Int32
Lunghezza che non è abbastanza lunga.
Restituisce
Un IdentityError oggetto che indica una password dell'oggetto specificato length
non soddisfa i requisiti minimi di lunghezza.