Click or drag to resize
weroSoft AG, Software
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
Syntax
C#
public static char[] GeneratePassword(
	PasswordStrength requestedStrength
)

Parameters

requestedStrength
Type: WeroSoft.SecurityPasswordStrength
Required strength the password shall be generated.

Return Value

Type: Char
Generated Password.
See Also