Created
August 30, 2018 11:53
-
-
Save wim-beck/e1be4a0fe2b0e9740ced80f4ee456b6d to your computer and use it in GitHub Desktop.
Generate password C#
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Assembly: System.Web | |
using System.Web.Security; | |
Membership.GeneratePassword(30, 7); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment