.net 中的身份验证
我希望用 C# 编写的应用程序能够执行身份验证,就像我以前通过 JAAS 在 Java 中所做的那样。我应该使用哪些对象?哪些课程?谢谢您的回答。
I'd like my application, written in C#, to perform authentications, just like I used to do in Java through JAAS. Which objects should I use? Which classes? Thank you for your answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来源
Source
我假设是asp.net。
详细介绍 asp.net 身份验证 的 MSDN 页面提供了很好的概述。在某些情况下,它就像编辑 web.config 文件一样简单。
I'm assuming asp.net.
The MSDN page detailing asp.net authentication provides a good overview. It can be as simple as editing the web.config file in some cases.