PasswordOptions.RequireLowercase Proprietà

Definizione

Ottiene o imposta un flag che indica se le password devono contenere un carattere ASCII in minuscolo. Viene impostato come predefinito true.

public:
 property bool RequireLowercase { bool get(); void set(bool value); };
public bool RequireLowercase { get; set; }
member this.RequireLowercase : bool with get, set
Public Property RequireLowercase As Boolean

Valore della proprietà

True se le password devono contenere un carattere ASCII in minuscolo.

Commenti

Questa impostazione predefinita è true.

Si applica a