PasswordGeneratePassword Method | |
Gives generated password
Namespace:
SOWIData.Helper
Assembly:
SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string GeneratePassword(
int pLength = 8
)
Public Shared Function GeneratePassword (
Optional pLength As Integer = 8
) As String
Parameters
- pLength (Optional)
- Type: SystemInt32
[Missing <param name="pLength"/> documentation for "M:SOWIData.Helper.Password.GeneratePassword(System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIData.Helper.Password.GeneratePassword(System.Int32)"]
See Also