具有信用卡支付功能的 ASP.NET 应用程序

发布于 2024-12-04 06:54:05 字数 145 浏览 0 评论 0原文

我可能会进入一个涉及信用卡交易的网络项目,这是我以前没有做过的。交易将通过 Authorize.NET 或可能通过 PayPal 进行。

在用户登录期间,表单身份验证就足够了吗?

还有哪些其他考虑因素/.NET 技术,特别是我需要研究的安全性?

I might go into a web project that involves credit card transactions, which I have not done previously. The transaction will go through Authorize.NET or may be PayPal.

During user log-in will Forms Authentication be sufficient?

What are other considerations/.NET technologies, particularly with security that I need to research?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

相守太难 2024-12-11 06:54:05

除非您需要跟踪每个特定用户的订单,否则不需要进行身份验证。例如,一些电子商务系统(例如 nopCommerce)允许访客交易。您需要的是 SSL 证书< /a> 来自信誉良好的证书颁发机构。其余的可以通过查看一些代码示例(如 Authorize.Net)来收集。

Authentication is unnecessary unless you need to keep track of orders per specific user. Some eCommerce systems like nopCommerce allow guest transactions, for example. What you do need is a SSL certificate from a reputable certificate authority. The rest can be gathered by looking at some code samples like Authorize.Net has.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文