联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 Simple Role-Based Security in Managed C+ - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为19221
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • PoolMan
  • Air Traffic Controller
  • virtualdub-win
  • CppUnit
  • Apache-SSL-Jserv
  • FCK editor
  • Async Professional
  • GLgraph
  • -= 更多 =-

    项目描述:
    The .NET Framework makes things so much simpler for developers who care about security. There are a lot of useful ways to make sure that only authorized users update the database, place orders, or otherwise interact with your system. In addition, code access security ensures that only trusted code can perform certain tasks, no matter who runs the code.
    In this column I focus only on one small topic: how to establish that the user running your application is authorized to perform some subtask within the application. You can extend the examples here to any application you write in Managed C++.
    .NET框架简化了关心安全的开发人员的工作。有许多方法可以确保只有一个受权的用户可以访问数据库,设置顺序或和你的系统交互。此外,代码访问安全可以确保只有安全的代码才可以执行某些操作。
    这个项目主要演示:如何创建只有受权用户才能访问的应用程序,在应用程序中执行一些子任务。你也可以扩展这里的例子,以在 Managed C++中编写应用程序。
    来源: http://www.codeguru.com/system/KG101802.html
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    Logon_src  1.0  2004-03-10 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/system/Logon_src.zip

      » 合 作 伙 伴