コード例 #1
0
 private bool HasPassword(UserManager manager)
 {
     return manager.HasPassword(User.Identity.GetUserId());
 }