PasswordOptions.RequireNonAlphanumeric Proprietà

Definizione

Ottiene o imposta un flag che indica se le password devono contenere un carattere non alfanumerico. Viene impostato come predefinito true.

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

Valore della proprietà

True se le password devono contenere un carattere non alfanumerico, in caso contrario false.

Commenti

Questa impostazione predefinita è true.

Si applica a