| PasswordGenerationRandomPasswordGenerate Method (Int32, Int32) |
Generates a random password.
Namespace:
Omada.OE.Solution.OIM.Assembly
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic static string Generate(
int minLength,
int maxLength
)
Parameters
- minLength
- Type: SystemInt32
Minimum password length.
- maxLength
- Type: SystemInt32
Maximum password length.
Return Value
Type:
String
Randomly generated password.
Remarks
The length of the generated password will be determined at
random and it will fall with the range determined by the
function parameters.
See Also