2 writes to _password
System.Web (2)
UI\WebControls\CreateUserWizard.cs (2)
2114
_password
= Membership.GeneratePassword(length, Membership.MinRequiredNonAlphanumericCharacters);
2798
_password
= ((ITextControl)source).Text;
2 references to _password
System.Web (2)
UI\WebControls\CreateUserWizard.cs (2)
1208
return (
_password
== null) ? String.Empty :
_password
;