 |
PasswordControllerGeneratePassword Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Generates a valid password regarding the defined strength.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic static char[] GeneratePassword(
PasswordStrength requestedStrength
)
Parameters
- requestedStrength
- Type: WeroSoft.SecurityPasswordStrength
Required strength the password shall be generated.
Return Value
Type:
CharGenerated Password.
See Also