Condividi tramite


PasswordOptions.RequireDigit Proprietà

Definizione

Ottiene o imposta un flag che indica se le password devono contenere una cifra. Viene impostato come predefinito true.

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

Valore della proprietà

True se le password devono contenere una cifra.

Commenti

Questa impostazione predefinita è true.

Si applica a