MemorablePasswordOptionsMaximumWordLength Property
Gets or sets the maximum 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 MaximumWordLength { get; set; }
Public Property MaximumWordLength As Integer
Get
Set
Dim instance As MemorablePasswordOptions
Dim value As Integer
value = instance.MaximumWordLength
instance.MaximumWordLength = value
public:
property int MaximumWordLength {
int get ();
void set (int value);
}
member MaximumWordLength : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32