IdentityErrorDescriber.PasswordTooShort(Int32) Metodo

Definizione

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.

Si applica a