
Info
Manual downloadProvided By
Community
Tags
RES.Automation.Generate.And.Set.Password
Generates a random password of the specified length and sets password to sam account name.
The GeneratePassword method is used to generate a random password and is most commonly used by the ResetPassword method implemented by a membership provider to reset the password for a user to a new, temporary password. The generated password only contains alphanumeric characters and the following punctuation marks: !@#$%^&*()_-+=[{]};:<>|./?. No hidden or non-printable control characters are included in the generated password.