MemorablePasswordOptionsMinimumWordLength Property
Gets or sets the minimum length of a word to consider for the password.
Namespace: DevCase.Core.Security.PasswordsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int MinimumWordLength { get; set; }
Public Property MinimumWordLength As Integer
Get
Set
Dim instance As MemorablePasswordOptions
Dim value As Integer
value = instance.MinimumWordLength
instance.MinimumWordLength = value
public:
property int MinimumWordLength {
int get ();
void set (int value);
}
member MinimumWordLength : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32