コード例 #1
0
ファイル: Distributor.cs プロジェクト: yuelinsoft/himedi
 public bool ChangePasswordWithAnswer(string answer, string newPassword)
 {
     return(MembershipUser.ChangePasswordWithAnswer(answer, newPassword));
 }