Example #1
0
 /// <summary>
 /// Gets the password for the specified user name from the data source.
 /// </summary>
 /// <param name="userName">The user to retrieve the password for. </param>
 /// <returns>The password for the specified user name.</returns>
 public static String GetPassword(string userName)
 {
     return(MembershipGsp.GetPassword(userName, null));
 }