Property PasswordLength
PasswordLength
Sets or returns length of the password to generate.
Declaration
public int PasswordLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Allowed values are 1 through 8, though 6 is the default and 8 is the other commonly used values. Other values are discouraged and may not be supported by other standardised systems.
PasswordLength
Sets or returns length of the password to generate.
Declaration
public int PasswordLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Allowed values are 1 through 8, though 6 is the default and 8 is the other commonly used values. Other values are discouraged and may not be supported by other standardised systems.