asp.net - .NET 安全性中“主体”一词的含义是什么?

标签 asp.net

我正在读这篇文章 http://www.codeguru.com/Csharp/.NET/net_security/authentication/article.php/c7415/

我还是不明白“Principal”的概念(为什么叫这个名字)和普通语言中的 Identity 有什么区别?

例如,在教程中我不明白 UserIdentity 和 SecurityPrincipal 之间的区别?

最佳答案

主体一词来自计算机安全的理论方面。它仅用于指代可以通过某种身份验证机制来识别的实体。说实话,我并不担心。

看看这些文章 - 它们可能有助于解决问题。

http://technet.microsoft.com/en-us/library/cc780957(WS.10).aspx http://en.wikipedia.org/wiki/Security_principal http://alt.pluralsight.com/wiki/default.aspx/Keith.GuideBook/What%20Is%20A%20Security%20Principal.html

关于asp.net - .NET 安全性中“主体”一词的含义是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4063883/

相关文章:

ASP.NET 4 SQL 方法?

c# - 如何让代码在 Response.end 之后执行

asp.net - 从代码隐藏扩展 ASP.Net TreeView 节点

JavaScript 运行时错误 : Unable to get property 'innerHTML' of undefined or null reference in asp. 网络

c# - 异步 Web 服务器线程限制 C#

c# - 释放鼠标时组合框意外自动关闭

c# - 如何使用 ASP.NET 下载多个文件?

c# - 为下拉列表设置标题

c# - 更改 ASP.NET Web API 媒体类型格式化程序的响应 header

c# - 动态 LINQ where 查询