password-generator-xif
Service icon

Password Generator

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 09 October 2020
 by 
5.0
 (1 rating)
password-generator-xif

Password Generator

Documentation
1.0.0


Password generator:

Generates a password based on input of: the desired length and the number of  non alphanumeric characters.

This extensio uses the Membership.GeneratePassword(Int32, Int32) Method. More info in: https://docs.microsoft.com/en-us/dotnet/api/system.web.security.membership.generatepassword?view=netframework-4.8


Extension details:


Parameters:

- Length: Password length.

- numberOfNonAlphanumericCharacters: The number of  non alphanumeric characters.

- Password: The generated password.


Examples: