MemorablePasswordOptionsNumberOfDigitsSuffix Property
Gets or sets the number of digits to include as a suffix to the password
(before appending
FixedSuffix).
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 NumberOfDigitsSuffix { get; set; }
Public Property NumberOfDigitsSuffix As Integer
Get
Set
Dim instance As MemorablePasswordOptions
Dim value As Integer
value = instance.NumberOfDigitsSuffix
instance.NumberOfDigitsSuffix = value
public:
property int NumberOfDigitsSuffix {
int get ();
void set (int value);
}
member NumberOfDigitsSuffix : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32