PasswordOptions.RequiredLength Proprietà
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.
Ottiene o imposta la lunghezza minima di una password. Il valore predefinito è 6.
public:
property int RequiredLength { int get(); void set(int value); };
public int RequiredLength { get; set; }
member this.RequiredLength : int with get, set
Public Property RequiredLength As Integer
Valore della proprietà
Commenti
Questo valore predefinito è 6.